Html Css Color HEX #BB730C Dark Goldenrod

📋 copy color: '#BB730C'

red 187 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #BB730C

Tints of Dark Goldenrod #BB730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

 BLUE value IS 12 (5.08% from 255) = 3.82%

R = 59.55%
G = 36.62%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB730C (or 0xBB730C) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 0C. RGB value is (187,115,12). Sum of RGB (Red+Green+Blue) = 187+115+12=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB730C is #448CF3. Grayscale: #7D7D7D. Windows color (decimal): -4492532 or 816059. OLE color: 816059.

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

Color convert

RGB 187 115 12 -
CMYK 0 0.39 0.94 0.27
HSL 35.31º 0.88% 0.39% -
HSV(B) 35.31º 0.94% 0.73% -
XYZ 26.69 22.85 3.35 -
YUV 124.79 64.35 172.38 -
System Red Green Blue C M Y K H S L
Decimal 187 115 12 0 0.39 0.94 0.27 35.31 0.88 0.39
Hex BB 73 C 0 27 5E 1B 23 58 27
Octal 273 163 14 0 47 136 33 43 130 47
Binary 10111011 1110011 1100 0 100111 1011110 11011 100011 1011000 100111

Color Harmonies of #BB730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB730C

Black with #BB730C

Text Example


Text Example

White with #BB730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB730C; }

 p { color: rgb(187,115,12); }

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

background-color css

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

 a { background-color: rgb(187,115,12); }

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

border-color css

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

 span { border-color: rgb(187,115,12); }

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