Html Css Color HEX #BB7F02 Dark Goldenrod

📋 copy color: '#BB7F02'

red 187 ◦ green 127 ◦ blue 2

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

Shades of Dark Goldenrod #BB7F02

Tints of Dark Goldenrod #BB7F02

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 59.18%
G = 40.19%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7F02 (or 0xBB7F02) is known color: Dark Goldenrod. HEX triplet: BB, 7F and 02. RGB value is (187,127,2). Sum of RGB (Red+Green+Blue) = 187+127+2=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7F02 is #4480FD. Grayscale: #838383. Windows color (decimal): -4489470 or 163771. OLE color: 163771.

HSL color Cylindrical-coordinate representation of color #BB7F02: hue angle of 40.54º degrees, saturation: 0.98, 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 #BB7F02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 127 2 -
CMYK 0 0.32 0.99 0.27
HSL 40.54º 0.98% 0.37% -
HSV(B) 40.54º 0.99% 0.73% -
XYZ 28.09 25.75 3.55 -
YUV 130.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 187 127 2 0 0.32 0.99 0.27 40.54 0.98 0.37
Hex BB 7F 2 0 20 63 1B 29 62 25
Octal 273 177 2 0 40 143 33 51 142 45
Binary 10111011 1111111 10 0 100000 1100011 11011 101001 1100010 100101

Color Harmonies of #BB7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7F02

Black with #BB7F02

Text Example


Text Example

White with #BB7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7F02; }

 p { color: rgb(187,127,2); }

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

background-color css

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

 a { background-color: rgb(187,127,2); }

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

border-color css

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

 span { border-color: rgb(187,127,2); }

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