Html Css Color HEX #BB7903 Dark Goldenrod

📋 copy color: '#BB7903'

red 187 ◦ green 121 ◦ blue 3

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

Shades of Dark Goldenrod #BB7903

Tints of Dark Goldenrod #BB7903

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 60.13%
G = 38.91%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7903 (or 0xBB7903) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 03. RGB value is (187,121,3). Sum of RGB (Red+Green+Blue) = 187+121+3=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7903 is #4486FC. Grayscale: #7F7F7F. Windows color (decimal): -4491005 or 227771. OLE color: 227771.

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

Color convert

RGB 187 121 3 -
CMYK 0 0.35 0.98 0.27
HSL 38.48º 0.97% 0.37% -
HSV(B) 38.48º 0.98% 0.73% -
XYZ 27.35 24.25 3.32 -
YUV 127.28 57.87 170.59 -
System Red Green Blue C M Y K H S L
Decimal 187 121 3 0 0.35 0.98 0.27 38.48 0.97 0.37
Hex BB 79 3 0 23 62 1B 26 61 25
Octal 273 171 3 0 43 142 33 46 141 45
Binary 10111011 1111001 11 0 100011 1100010 11011 100110 1100001 100101

Color Harmonies of #BB7903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7903

Black with #BB7903

Text Example


Text Example

White with #BB7903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7903; }

 p { color: rgb(187,121,3); }

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

background-color css

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

 a { background-color: rgb(187,121,3); }

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

border-color css

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

 span { border-color: rgb(187,121,3); }

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