Html Css Color HEX #BB8D09 Dark Goldenrod

📋 copy color: '#BB8D09'

red 187 ◦ green 141 ◦ blue 9

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

Shades of Dark Goldenrod #BB8D09

Tints of Dark Goldenrod #BB8D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.84%

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 55.49%
G = 41.84%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB8D09 (or 0xBB8D09) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 09. RGB value is (187,141,9). Sum of RGB (Red+Green+Blue) = 187+141+9=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D09 is #4472F6. Grayscale: #8C8C8C. Windows color (decimal): -4485879 or 626107. OLE color: 626107.

HSL color Cylindrical-coordinate representation of color #BB8D09: hue angle of 44.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB8D09 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 141 9 -
CMYK 0 0.25 0.95 0.27
HSL 44.49º 0.91% 0.38% -
HSV(B) 44.49º 0.95% 0.73% -
XYZ 30.07 29.63 4.39 -
YUV 139.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 187 141 9 0 0.25 0.95 0.27 44.49 0.91 0.38
Hex BB 8D 9 0 19 5F 1B 2C 5B 26
Octal 273 215 11 0 31 137 33 54 133 46
Binary 10111011 10001101 1001 0 11001 1011111 11011 101100 1011011 100110

Color Harmonies of #BB8D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D09

Black with #BB8D09

Text Example


Text Example

White with #BB8D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D09; }

 p { color: rgb(187,141,9); }

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

background-color css

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

 a { background-color: rgb(187,141,9); }

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

border-color css

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

 span { border-color: rgb(187,141,9); }

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