Html Css Color HEX #B4850C Dark Goldenrod

📋 copy color: '#B4850C'

red 180 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #B4850C

Tints of Dark Goldenrod #B4850C

RGB

 RED value IS 180 (70.7% from 255) = 55.38%

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 55.38%
G = 40.92%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4850C (or 0xB4850C) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 0C. RGB value is (180,133,12). Sum of RGB (Red+Green+Blue) = 180+133+12=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4850C is #4B7AF3. Grayscale: #858585. Windows color (decimal): -4946676 or 820660. OLE color: 820660.

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

Color convert

RGB 180 133 12 -
CMYK 0 0.26 0.93 0.29
HSL 43.21º 0.88% 0.38% -
HSV(B) 43.21º 0.93% 0.71% -
XYZ 27.28 26.5 4.03 -
YUV 133.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 180 133 12 0 0.26 0.93 0.29 43.21 0.88 0.38
Hex B4 85 C 0 1A 5D 1D 2B 58 26
Octal 264 205 14 0 32 135 35 53 130 46
Binary 10110100 10000101 1100 0 11010 1011101 11101 101011 1011000 100110

Color Harmonies of #B4850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4850C

Black with #B4850C

Text Example


Text Example

White with #B4850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4850C; }

 p { color: rgb(180,133,12); }

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

background-color css

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

 a { background-color: rgb(180,133,12); }

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

border-color css

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

 span { border-color: rgb(180,133,12); }

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