Html Css Color HEX #BB7C00 Dark Goldenrod

📋 copy color: '#BB7C00'

red 187 ◦ green 124 ◦ blue 0

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

Shades of Dark Goldenrod #BB7C00

Tints of Dark Goldenrod #BB7C00

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.13%
G = 39.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7C00 (or 0xBB7C00) is known color: Dark Goldenrod. HEX triplet: BB, 7C and 00. RGB value is (187,124,0). Sum of RGB (Red+Green+Blue) = 187+124+0=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7C00 is #4483FF. Grayscale: #818181. Windows color (decimal): -4490240 or 31931. OLE color: 31931.

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

Color convert

RGB 187 124 0 -
CMYK 0 0.34 1 0.27
HSL 39.79º 1% 0.37% -
HSV(B) 39.79º 1% 0.73% -
XYZ 27.7 24.98 3.36 -
YUV 128.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 187 124 0 0 0.34 1 0.27 39.79 1 0.37
Hex BB 7C 0 0 22 64 1B 28 64 25
Octal 273 174 0 0 42 144 33 50 144 45
Binary 10111011 1111100 0 0 100010 1100100 11011 101000 1100100 100101

Color Harmonies of #BB7C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C00

Black with #BB7C00

Text Example


Text Example

White with #BB7C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C00; }

 p { color: rgb(187,124,0); }

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

background-color css

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

 a { background-color: rgb(187,124,0); }

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

border-color css

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

 span { border-color: rgb(187,124,0); }

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