Html Css Color HEX #BB750F Dark Goldenrod

📋 copy color: '#BB750F'

red 187 ◦ green 117 ◦ blue 15

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

Shades of Dark Goldenrod #BB750F

Tints of Dark Goldenrod #BB750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.68%

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

R = 58.62%
G = 36.68%
B = 4.7%

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

#BB750F (or 0xBB750F) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 0F. RGB value is (187,117,15). Sum of RGB (Red+Green+Blue) = 187+117+15=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB750F is #448AF0. Grayscale: #7E7E7E. Windows color (decimal): -4492017 or 1013179. OLE color: 1013179.

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

Color convert

RGB 187 117 15 -
CMYK 0 0.37 0.92 0.27
HSL 35.58º 0.85% 0.4% -
HSV(B) 35.58º 0.92% 0.73% -
XYZ 26.94 23.32 3.53 -
YUV 126.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 187 117 15 0 0.37 0.92 0.27 35.58 0.85 0.4
Hex BB 75 F 0 25 5C 1B 24 55 28
Octal 273 165 17 0 45 134 33 44 125 50
Binary 10111011 1110101 1111 0 100101 1011100 11011 100100 1010101 101000

Color Harmonies of #BB750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB750F

Black with #BB750F

Text Example


Text Example

White with #BB750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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