Html Css Color HEX #BB8F01 Dark Goldenrod

📋 copy color: '#BB8F01'

red 187 ◦ green 143 ◦ blue 1

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

Shades of Dark Goldenrod #BB8F01

Tints of Dark Goldenrod #BB8F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 56.5%
G = 43.2%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB8F01 (or 0xBB8F01) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 01. RGB value is (187,143,1). Sum of RGB (Red+Green+Blue) = 187+143+1=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F01 is #4470FE. Grayscale: #8C8C8C. Windows color (decimal): -4485375 or 102331. OLE color: 102331.

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

Color convert

RGB 187 143 1 -
CMYK 0 0.24 0.99 0.27
HSL 45.81º 0.99% 0.37% -
HSV(B) 45.81º 0.99% 0.73% -
XYZ 30.32 30.21 4.26 -
YUV 139.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 187 143 1 0 0.24 0.99 0.27 45.81 0.99 0.37
Hex BB 8F 1 0 18 63 1B 2E 63 25
Octal 273 217 1 0 30 143 33 56 143 45
Binary 10111011 10001111 1 0 11000 1100011 11011 101110 1100011 100101

Color Harmonies of #BB8F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F01

Black with #BB8F01

Text Example


Text Example

White with #BB8F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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