Html Css Color HEX #B67C0A Dark Goldenrod

📋 copy color: '#B67C0A'

red 182 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #B67C0A

Tints of Dark Goldenrod #B67C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.24%

 BLUE value IS 10 (4.3% from 255) = 3.16%

R = 57.59%
G = 39.24%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B67C0A (or 0xB67C0A) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 0A. RGB value is (182,124,10). Sum of RGB (Red+Green+Blue) = 182+124+10=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C0A is #4983F5. Grayscale: #808080. Windows color (decimal): -4817910 or 687286. OLE color: 687286.

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

Color convert

RGB 182 124 10 -
CMYK 0 0.32 0.95 0.29
HSL 39.77º 0.9% 0.38% -
HSV(B) 39.77º 0.95% 0.71% -
XYZ 26.55 24.38 3.59 -
YUV 128.35 61.22 166.27 -
System Red Green Blue C M Y K H S L
Decimal 182 124 10 0 0.32 0.95 0.29 39.77 0.9 0.38
Hex B6 7C A 0 20 5F 1D 28 5A 26
Octal 266 174 12 0 40 137 35 50 132 46
Binary 10110110 1111100 1010 0 100000 1011111 11101 101000 1011010 100110

Color Harmonies of #B67C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C0A

Black with #B67C0A

Text Example


Text Example

White with #B67C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C0A; }

 p { color: rgb(182,124,10); }

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

background-color css

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

 a { background-color: rgb(182,124,10); }

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

border-color css

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

 span { border-color: rgb(182,124,10); }

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