Html Css Color HEX #B88F0B Dark Goldenrod

📋 copy color: '#B88F0B'

red 184 ◦ green 143 ◦ blue 11

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

Shades of Dark Goldenrod #B88F0B

Tints of Dark Goldenrod #B88F0B

RGB

 RED value IS 184 (72.27% from 255) = 54.44%

 GREEN value IS 143 (56.25% from 255) = 42.31%

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 54.44%
G = 42.31%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B88F0B (or 0xB88F0B) is known color: Dark Goldenrod. HEX triplet: B8, 8F and 0B. RGB value is (184,143,11). Sum of RGB (Red+Green+Blue) = 184+143+11=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88F0B is #4770F4. Grayscale: #8C8C8C. Windows color (decimal): -4681973 or 757688. OLE color: 757688.

HSL color Cylindrical-coordinate representation of color #B88F0B: hue angle of 45.78º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B88F0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 11 -
CMYK 0 0.22 0.94 0.28
HSL 45.78º 0.89% 0.38% -
HSV(B) 45.78º 0.94% 0.72% -
XYZ 29.65 29.86 4.52 -
YUV 140.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 184 143 11 0 0.22 0.94 0.28 45.78 0.89 0.38
Hex B8 8F B 0 16 5E 1C 2E 59 26
Octal 270 217 13 0 26 136 34 56 131 46
Binary 10111000 10001111 1011 0 10110 1011110 11100 101110 1011001 100110

Color Harmonies of #B88F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F0B

Black with #B88F0B

Text Example


Text Example

White with #B88F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F0B; }

 p { color: rgb(184,143,11); }

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

background-color css

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

 a { background-color: rgb(184,143,11); }

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

border-color css

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

 span { border-color: rgb(184,143,11); }

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