Html Css Color HEX #B07201 Dark Goldenrod

📋 copy color: '#B07201'

red 176 ◦ green 114 ◦ blue 1

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

Shades of Dark Goldenrod #B07201

Tints of Dark Goldenrod #B07201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 60.48%
G = 39.18%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B07201 (or 0xB07201) is known color: Dark Goldenrod. HEX triplet: B0, 72 and 01. RGB value is (176,114,1). Sum of RGB (Red+Green+Blue) = 176+114+1=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B07201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07201 is #4F8DFE. Grayscale: #787878. Windows color (decimal): -5213695 or 94896. OLE color: 94896.

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

Color convert

RGB 176 114 1 -
CMYK 0 0.35 0.99 0.31
HSL 38.74º 0.99% 0.35% -
HSV(B) 38.74º 0.99% 0.69% -
XYZ 23.93 21.27 2.87 -
YUV 119.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 176 114 1 0 0.35 0.99 0.31 38.74 0.99 0.35
Hex B0 72 1 0 23 63 1F 27 63 23
Octal 260 162 1 0 43 143 37 47 143 43
Binary 10110000 1110010 1 0 100011 1100011 11111 100111 1100011 100011

Color Harmonies of #B07201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07201

Black with #B07201

Text Example


Text Example

White with #B07201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07201; }

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

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

background-color css

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

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

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

border-color css

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

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

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