Html Css Color HEX #BB700F Dark Goldenrod

📋 copy color: '#BB700F'

red 187 ◦ green 112 ◦ blue 15

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

Shades of Dark Goldenrod #BB700F

Tints of Dark Goldenrod #BB700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 59.55%
G = 35.67%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB700F (or 0xBB700F) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 0F. RGB value is (187,112,15). Sum of RGB (Red+Green+Blue) = 187+112+15=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB700F is #448FF0. Grayscale: #7B7B7B. Windows color (decimal): -4493297 or 1011899. OLE color: 1011899.

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

Color convert

RGB 187 112 15 -
CMYK 0 0.40 0.92 0.27
HSL 33.84º 0.85% 0.4% -
HSV(B) 33.84º 0.92% 0.73% -
XYZ 26.37 22.19 3.34 -
YUV 123.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 187 112 15 0 0.40 0.92 0.27 33.84 0.85 0.4
Hex BB 70 F 0 28 5C 1B 22 55 28
Octal 273 160 17 0 50 134 33 42 125 50
Binary 10111011 1110000 1111 0 101000 1011100 11011 100010 1010101 101000

Color Harmonies of #BB700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB700F

Black with #BB700F

Text Example


Text Example

White with #BB700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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