Html Css Color HEX #B2730B Dark Goldenrod

📋 copy color: '#B2730B'

red 178 ◦ green 115 ◦ blue 11

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

Shades of Dark Goldenrod #B2730B

Tints of Dark Goldenrod #B2730B

RGB

 RED value IS 178 (69.92% from 255) = 58.55%

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

 BLUE value IS 11 (4.69% from 255) = 3.62%

R = 58.55%
G = 37.83%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2730B (or 0xB2730B) is known color: Dark Goldenrod. HEX triplet: B2, 73 and 0B. RGB value is (178,115,11). Sum of RGB (Red+Green+Blue) = 178+115+11=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2730B is #4D8CF4. Grayscale: #7A7A7A. Windows color (decimal): -5082357 or 750514. OLE color: 750514.

HSL color Cylindrical-coordinate representation of color #B2730B: hue angle of 37.37º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2730B is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 115 11 -
CMYK 0 0.35 0.94 0.30
HSL 37.37º 0.88% 0.37% -
HSV(B) 37.37º 0.94% 0.7% -
XYZ 24.55 21.75 3.22 -
YUV 121.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 178 115 11 0 0.35 0.94 0.30 37.37 0.88 0.37
Hex B2 73 B 0 23 5E 1E 25 58 25
Octal 262 163 13 0 43 136 36 45 130 45
Binary 10110010 1110011 1011 0 100011 1011110 11110 100101 1011000 100101

Color Harmonies of #B2730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2730B

Black with #B2730B

Text Example


Text Example

White with #B2730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2730B; }

 p { color: rgb(178,115,11); }

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

background-color css

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

 a { background-color: rgb(178,115,11); }

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

border-color css

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

 span { border-color: rgb(178,115,11); }

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