Html Css Color HEX #BB7B02 Dark Goldenrod

📋 copy color: '#BB7B02'

red 187 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #BB7B02

Tints of Dark Goldenrod #BB7B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.42%

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

R = 59.94%
G = 39.42%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7B02 (or 0xBB7B02) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 02. RGB value is (187,123,2). Sum of RGB (Red+Green+Blue) = 187+123+2=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B02 is #4484FD. Grayscale: #808080. Windows color (decimal): -4490494 or 162747. OLE color: 162747.

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

Color convert

RGB 187 123 2 -
CMYK 0 0.34 0.99 0.27
HSL 39.24º 0.98% 0.37% -
HSV(B) 39.24º 0.99% 0.73% -
XYZ 27.59 24.74 3.38 -
YUV 128.34 56.7 169.84 -
System Red Green Blue C M Y K H S L
Decimal 187 123 2 0 0.34 0.99 0.27 39.24 0.98 0.37
Hex BB 7B 2 0 22 63 1B 27 62 25
Octal 273 173 2 0 42 143 33 47 142 45
Binary 10111011 1111011 10 0 100010 1100011 11011 100111 1100010 100101

Color Harmonies of #BB7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B02

Black with #BB7B02

Text Example


Text Example

White with #BB7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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