Html Css Color HEX #B07200 Dark Goldenrod

📋 copy color: '#B07200'

red 176 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #B07200

Tints of Dark Goldenrod #B07200

RGB

 RED value IS 176 (69.14% from 255) = 60.69%

 GREEN value IS 114 (44.92% from 255) = 39.31%

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

R = 60.69%
G = 39.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B07200 (or 0xB07200) is known color: Dark Goldenrod. HEX triplet: B0, 72 and 00. RGB value is (176,114,0). Sum of RGB (Red+Green+Blue) = 176+114+0=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B07200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07200 is #4F8DFF. Grayscale: #787878. Windows color (decimal): -5213696 or 29360. OLE color: 29360.

HSL color Cylindrical-coordinate representation of color #B07200: hue angle of 38.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07200 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 114 0 -
CMYK 0 0.35 1 0.31
HSL 38.86º 1% 0.35% -
HSV(B) 38.86º 1% 0.69% -
XYZ 23.92 21.26 2.84 -
YUV 119.54 60.54 168.27 -
System Red Green Blue C M Y K H S L
Decimal 176 114 0 0 0.35 1 0.31 38.86 1 0.35
Hex B0 72 0 0 23 64 1F 27 64 23
Octal 260 162 0 0 43 144 37 47 144 43
Binary 10110000 1110010 0 0 100011 1100100 11111 100111 1100100 100011

Color Harmonies of #B07200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07200

Black with #B07200

Text Example


Text Example

White with #B07200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07200; }

 p { color: rgb(176,114,0); }

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

background-color css

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

 a { background-color: rgb(176,114,0); }

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

border-color css

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

 span { border-color: rgb(176,114,0); }

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