Html Css Color HEX #B67805 Dark Goldenrod

📋 copy color: '#B67805'

red 182 ◦ green 120 ◦ blue 5

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

Shades of Dark Goldenrod #B67805

Tints of Dark Goldenrod #B67805

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 59.28%
G = 39.09%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B67805 (or 0xB67805) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 05. RGB value is (182,120,5). Sum of RGB (Red+Green+Blue) = 182+120+5=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B67805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67805 is #4987FA. Grayscale: #7D7D7D. Windows color (decimal): -4818939 or 358582. OLE color: 358582.

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

Color convert

RGB 182 120 5 -
CMYK 0 0.34 0.97 0.29
HSL 38.98º 0.95% 0.37% -
HSV(B) 38.98º 0.97% 0.71% -
XYZ 26.04 23.39 3.29 -
YUV 125.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 182 120 5 0 0.34 0.97 0.29 38.98 0.95 0.37
Hex B6 78 5 0 22 61 1D 27 5F 25
Octal 266 170 5 0 42 141 35 47 137 45
Binary 10110110 1111000 101 0 100010 1100001 11101 100111 1011111 100101

Color Harmonies of #B67805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67805

Black with #B67805

Text Example


Text Example

White with #B67805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67805; }

 p { color: rgb(182,120,5); }

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

background-color css

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

 a { background-color: rgb(182,120,5); }

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

border-color css

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

 span { border-color: rgb(182,120,5); }

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