Html Css Color HEX #B99043 Marigold

📋 copy color: '#B99043'

red 185 ◦ green 144 ◦ blue 67

#B99043
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #B99043

Tints of Marigold #B99043

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 67 (26.56% from 255) = 16.92%

R = 46.72%
G = 36.36%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B99043 (or 0xB99043) is known color: Marigold. HEX triplet: B9, 90 and 43. RGB value is (185,144,67). Sum of RGB (Red+Green+Blue) = 185+144+67=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B99043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99043 is #466FBC. Grayscale: #939393. Windows color (decimal): -4616125 or 4427961. OLE color: 4427961.

HSL color Cylindrical-coordinate representation of color #B99043: hue angle of 39.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B99043 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 67 -
CMYK 0 0.22 0.64 0.27
HSL 39.15º 0.47% 0.49% -
HSV(B) 39.15º 0.64% 0.73% -
XYZ 30.99 30.67 9.6 -
YUV 147.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 185 144 67 0 0.22 0.64 0.27 39.15 0.47 0.49
Hex B9 90 43 0 16 40 1B 27 2F 31
Octal 271 220 103 0 26 100 33 47 57 61
Binary 10111001 10010000 1000011 0 10110 1000000 11011 100111 101111 110001

Color Harmonies of #B99043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99043

Black with #B99043

Text Example


Text Example

White with #B99043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99043; }

 p { color: rgb(185,144,67); }

 H1.HeaderClassName
 {
   color: #B99043;
 }
 .AnyTagClassName
 {
   color: #B99043;
 }
</style>

background-color css

<style>
 a { background-color: #B99043; }

 a { background-color: rgb(185,144,67); }

 div.DivClassName
 {
   background-color: #B99043;
 }
 .BgClassName
 {
   background-color: #B99043;
 }
</style>

border-color css

<style>
 span { border-color: #B99043; }

 span { border-color: rgb(185,144,67); }

 td.TdClassName
 {
   border-color: #B99043;
 }
 .TagClassName
 {
   border-color: #B99043;
 }
</style>