Html Css Color HEX #B67405 Dark Goldenrod

📋 copy color: '#B67405'

red 182 ◦ green 116 ◦ blue 5

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

Shades of Dark Goldenrod #B67405

Tints of Dark Goldenrod #B67405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 60.07%
G = 38.28%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B67405 (or 0xB67405) is known color: Dark Goldenrod. HEX triplet: B6, 74 and 05. RGB value is (182,116,5). Sum of RGB (Red+Green+Blue) = 182+116+5=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B67405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67405 is #498BFA. Grayscale: #7B7B7B. Windows color (decimal): -4819963 or 357558. OLE color: 357558.

HSL color Cylindrical-coordinate representation of color #B67405: hue angle of 37.63º 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 #B67405 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 5 -
CMYK 0 0.36 0.97 0.29
HSL 37.63º 0.95% 0.37% -
HSV(B) 37.63º 0.97% 0.71% -
XYZ 25.56 22.45 3.13 -
YUV 123.08 61.37 170.03 -
System Red Green Blue C M Y K H S L
Decimal 182 116 5 0 0.36 0.97 0.29 37.63 0.95 0.37
Hex B6 74 5 0 24 61 1D 26 5F 25
Octal 266 164 5 0 44 141 35 46 137 45
Binary 10110110 1110100 101 0 100100 1100001 11101 100110 1011111 100101

Color Harmonies of #B67405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67405

Black with #B67405

Text Example


Text Example

White with #B67405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67405; }

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

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

background-color css

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

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

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

border-color css

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

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

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