Html Css Color HEX #B67D1A Dark Goldenrod

📋 copy color: '#B67D1A'

red 182 ◦ green 125 ◦ blue 26

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

Shades of Dark Goldenrod #B67D1A

Tints of Dark Goldenrod #B67D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 54.65%
G = 37.54%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B67D1A (or 0xB67D1A) is known color: Dark Goldenrod. HEX triplet: B6, 7D and 1A. RGB value is (182,125,26). Sum of RGB (Red+Green+Blue) = 182+125+26=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D1A is #4982E5. Grayscale: #838383. Windows color (decimal): -4817638 or 1736118. OLE color: 1736118.

HSL color Cylindrical-coordinate representation of color #B67D1A: hue angle of 38.08º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B67D1A is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 125 26 -
CMYK 0 0.31 0.86 0.29
HSL 38.08º 0.75% 0.41% -
HSV(B) 38.08º 0.86% 0.71% -
XYZ 26.81 24.69 4.33 -
YUV 130.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 182 125 26 0 0.31 0.86 0.29 38.08 0.75 0.41
Hex B6 7D 1A 0 1F 56 1D 26 4B 29
Octal 266 175 32 0 37 126 35 46 113 51
Binary 10110110 1111101 11010 0 11111 1010110 11101 100110 1001011 101001

Color Harmonies of #B67D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D1A

Black with #B67D1A

Text Example


Text Example

White with #B67D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D1A; }

 p { color: rgb(182,125,26); }

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

background-color css

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

 a { background-color: rgb(182,125,26); }

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

border-color css

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

 span { border-color: rgb(182,125,26); }

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