Html Css Color HEX #BB7805 Dark Goldenrod

📋 copy color: '#BB7805'

red 187 ◦ green 120 ◦ blue 5

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

Shades of Dark Goldenrod #BB7805

Tints of Dark Goldenrod #BB7805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 59.94%
G = 38.46%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7805 (or 0xBB7805) is known color: Dark Goldenrod. HEX triplet: BB, 78 and 05. RGB value is (187,120,5). Sum of RGB (Red+Green+Blue) = 187+120+5=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7805 is #4487FA. Grayscale: #7F7F7F. Windows color (decimal): -4491259 or 358587. OLE color: 358587.

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

Color convert

RGB 187 120 5 -
CMYK 0 0.36 0.97 0.27
HSL 37.91º 0.95% 0.38% -
HSV(B) 37.91º 0.97% 0.73% -
XYZ 27.24 24.01 3.34 -
YUV 126.92 59.2 170.85 -
System Red Green Blue C M Y K H S L
Decimal 187 120 5 0 0.36 0.97 0.27 37.91 0.95 0.38
Hex BB 78 5 0 24 61 1B 26 5F 26
Octal 273 170 5 0 44 141 33 46 137 46
Binary 10111011 1111000 101 0 100100 1100001 11011 100110 1011111 100110

Color Harmonies of #BB7805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7805

Black with #BB7805

Text Example


Text Example

White with #BB7805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7805; }

 p { color: rgb(187,120,5); }

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

background-color css

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

 a { background-color: rgb(187,120,5); }

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

border-color css

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

 span { border-color: rgb(187,120,5); }

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