Html Css Color HEX #BB8F0D Dark Goldenrod

📋 copy color: '#BB8F0D'

red 187 ◦ green 143 ◦ blue 13

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

Shades of Dark Goldenrod #BB8F0D

Tints of Dark Goldenrod #BB8F0D

RGB

 RED value IS 187 (73.44% from 255) = 54.52%

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

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 54.52%
G = 41.69%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB8F0D (or 0xBB8F0D) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 0D. RGB value is (187,143,13). Sum of RGB (Red+Green+Blue) = 187+143+13=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F0D is #4470F2. Grayscale: #8D8D8D. Windows color (decimal): -4485363 or 888763. OLE color: 888763.

HSL color Cylindrical-coordinate representation of color #BB8F0D: hue angle of 44.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB8F0D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 143 13 -
CMYK 0 0.24 0.93 0.27
HSL 44.83º 0.87% 0.39% -
HSV(B) 44.83º 0.93% 0.73% -
XYZ 30.39 30.24 4.62 -
YUV 141.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 187 143 13 0 0.24 0.93 0.27 44.83 0.87 0.39
Hex BB 8F D 0 18 5D 1B 2D 57 27
Octal 273 217 15 0 30 135 33 55 127 47
Binary 10111011 10001111 1101 0 11000 1011101 11011 101101 1010111 100111

Color Harmonies of #BB8F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F0D

Black with #BB8F0D

Text Example


Text Example

White with #BB8F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F0D; }

 p { color: rgb(187,143,13); }

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

background-color css

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

 a { background-color: rgb(187,143,13); }

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

border-color css

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

 span { border-color: rgb(187,143,13); }

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