Html Css Color HEX #BB730A Dark Goldenrod

📋 copy color: '#BB730A'

red 187 ◦ green 115 ◦ blue 10

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

Shades of Dark Goldenrod #BB730A

Tints of Dark Goldenrod #BB730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.21%

R = 59.94%
G = 36.86%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB730A (or 0xBB730A) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 0A. RGB value is (187,115,10). Sum of RGB (Red+Green+Blue) = 187+115+10=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB730A is #448CF5. Grayscale: #7D7D7D. Windows color (decimal): -4492534 or 684987. OLE color: 684987.

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

Color convert

RGB 187 115 10 -
CMYK 0 0.39 0.95 0.27
HSL 35.59º 0.9% 0.39% -
HSV(B) 35.59º 0.95% 0.73% -
XYZ 26.68 22.85 3.29 -
YUV 124.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 187 115 10 0 0.39 0.95 0.27 35.59 0.9 0.39
Hex BB 73 A 0 27 5F 1B 24 5A 27
Octal 273 163 12 0 47 137 33 44 132 47
Binary 10111011 1110011 1010 0 100111 1011111 11011 100100 1011010 100111

Color Harmonies of #BB730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB730A

Black with #BB730A

Text Example


Text Example

White with #BB730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB730A; }

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

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

background-color css

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

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

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

border-color css

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

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

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