Html Css Color HEX #B4870C Dark Goldenrod

📋 copy color: '#B4870C'

red 180 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #B4870C

Tints of Dark Goldenrod #B4870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.28%

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

R = 55.05%
G = 41.28%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4870C (or 0xB4870C) is known color: Dark Goldenrod. HEX triplet: B4, 87 and 0C. RGB value is (180,135,12). Sum of RGB (Red+Green+Blue) = 180+135+12=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4870C is #4B78F3. Grayscale: #868686. Windows color (decimal): -4946164 or 821172. OLE color: 821172.

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

Color convert

RGB 180 135 12 -
CMYK 0 0.25 0.93 0.29
HSL 43.93º 0.88% 0.38% -
HSV(B) 43.93º 0.93% 0.71% -
XYZ 27.55 27.06 4.12 -
YUV 134.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 180 135 12 0 0.25 0.93 0.29 43.93 0.88 0.38
Hex B4 87 C 0 19 5D 1D 2C 58 26
Octal 264 207 14 0 31 135 35 54 130 46
Binary 10110100 10000111 1100 0 11001 1011101 11101 101100 1011000 100110

Color Harmonies of #B4870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4870C

Black with #B4870C

Text Example


Text Example

White with #B4870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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