Html Css Color HEX #BB8300 Dark Goldenrod

📋 copy color: '#BB8300'

red 187 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #BB8300

Tints of Dark Goldenrod #BB8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 58.81%
G = 41.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB8300 (or 0xBB8300) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 00. RGB value is (187,131,0). Sum of RGB (Red+Green+Blue) = 187+131+0=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8300 is #447CFF. Grayscale: #858585. Windows color (decimal): -4488448 or 33723. OLE color: 33723.

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

Color convert

RGB 187 131 0 -
CMYK 0 0.30 1 0.27
HSL 42.03º 1% 0.37% -
HSV(B) 42.03º 1% 0.73% -
XYZ 28.61 26.8 3.66 -
YUV 132.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 187 131 0 0 0.30 1 0.27 42.03 1 0.37
Hex BB 83 0 0 1E 64 1B 2A 64 25
Octal 273 203 0 0 36 144 33 52 144 45
Binary 10111011 10000011 0 0 11110 1100100 11011 101010 1100100 100101

Color Harmonies of #BB8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8300

Black with #BB8300

Text Example


Text Example

White with #BB8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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