Html Css Color HEX #B67203 Dark Goldenrod

📋 copy color: '#B67203'

red 182 ◦ green 114 ◦ blue 3

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

Shades of Dark Goldenrod #B67203

Tints of Dark Goldenrod #B67203

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 60.87%
G = 38.13%
B = 1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B67203 (or 0xB67203) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 03. RGB value is (182,114,3). Sum of RGB (Red+Green+Blue) = 182+114+3=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B67203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67203 is #498DFC. Grayscale: #7A7A7A. Windows color (decimal): -4820477 or 225974. OLE color: 225974.

HSL color Cylindrical-coordinate representation of color #B67203: hue angle of 37.21º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B67203 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 3 -
CMYK 0 0.37 0.98 0.29
HSL 37.21º 0.97% 0.36% -
HSV(B) 37.21º 0.98% 0.71% -
XYZ 25.33 21.99 3 -
YUV 121.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 182 114 3 0 0.37 0.98 0.29 37.21 0.97 0.36
Hex B6 72 3 0 25 62 1D 25 61 24
Octal 266 162 3 0 45 142 35 45 141 44
Binary 10110110 1110010 11 0 100101 1100010 11101 100101 1100001 100100

Color Harmonies of #B67203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67203

Black with #B67203

Text Example


Text Example

White with #B67203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67203; }

 p { color: rgb(182,114,3); }

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

background-color css

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

 a { background-color: rgb(182,114,3); }

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

border-color css

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

 span { border-color: rgb(182,114,3); }

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