Html Css Color HEX #B68301 Dark Goldenrod

📋 copy color: '#B68301'

red 182 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #B68301

Tints of Dark Goldenrod #B68301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 57.96%
G = 41.72%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B68301 (or 0xB68301) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 01. RGB value is (182,131,1). Sum of RGB (Red+Green+Blue) = 182+131+1=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B68301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68301 is #497CFE. Grayscale: #848484. Windows color (decimal): -4816127 or 99254. OLE color: 99254.

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

Color convert

RGB 182 131 1 -
CMYK 0 0.28 0.99 0.29
HSL 43.09º 0.99% 0.36% -
HSV(B) 43.09º 0.99% 0.71% -
XYZ 27.41 26.18 3.64 -
YUV 131.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 182 131 1 0 0.28 0.99 0.29 43.09 0.99 0.36
Hex B6 83 1 0 1C 63 1D 2B 63 24
Octal 266 203 1 0 34 143 35 53 143 44
Binary 10110110 10000011 1 0 11100 1100011 11101 101011 1100011 100100

Color Harmonies of #B68301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68301

Black with #B68301

Text Example


Text Example

White with #B68301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68301; }

 p { color: rgb(182,131,1); }

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

background-color css

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

 a { background-color: rgb(182,131,1); }

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

border-color css

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

 span { border-color: rgb(182,131,1); }

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