Html Css Color HEX #BB760F Dark Goldenrod

📋 copy color: '#BB760F'

red 187 ◦ green 118 ◦ blue 15

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

Shades of Dark Goldenrod #BB760F

Tints of Dark Goldenrod #BB760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 58.44%
G = 36.88%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB760F (or 0xBB760F) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 0F. RGB value is (187,118,15). Sum of RGB (Red+Green+Blue) = 187+118+15=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB760F is #4489F0. Grayscale: #7F7F7F. Windows color (decimal): -4491761 or 1013435. OLE color: 1013435.

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

Color convert

RGB 187 118 15 -
CMYK 0 0.37 0.92 0.27
HSL 35.93º 0.85% 0.4% -
HSV(B) 35.93º 0.92% 0.73% -
XYZ 27.06 23.56 3.57 -
YUV 126.89 64.86 170.88 -
System Red Green Blue C M Y K H S L
Decimal 187 118 15 0 0.37 0.92 0.27 35.93 0.85 0.4
Hex BB 76 F 0 25 5C 1B 24 55 28
Octal 273 166 17 0 45 134 33 44 125 50
Binary 10111011 1110110 1111 0 100101 1011100 11011 100100 1010101 101000

Color Harmonies of #BB760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB760F

Black with #BB760F

Text Example


Text Example

White with #BB760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB760F; }

 p { color: rgb(187,118,15); }

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

background-color css

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

 a { background-color: rgb(187,118,15); }

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

border-color css

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

 span { border-color: rgb(187,118,15); }

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