Html Css Color HEX #B47F0C Dark Goldenrod

📋 copy color: '#B47F0C'

red 180 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #B47F0C

Tints of Dark Goldenrod #B47F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 39.81%

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

R = 56.43%
G = 39.81%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B47F0C (or 0xB47F0C) is known color: Dark Goldenrod. HEX triplet: B4, 7F and 0C. RGB value is (180,127,12). Sum of RGB (Red+Green+Blue) = 180+127+12=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47F0C is #4B80F3. Grayscale: #828282. Windows color (decimal): -4948212 or 819124. OLE color: 819124.

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

Color convert

RGB 180 127 12 -
CMYK 0 0.29 0.93 0.29
HSL 41.07º 0.88% 0.38% -
HSV(B) 41.07º 0.93% 0.71% -
XYZ 26.48 24.91 3.76 -
YUV 129.74 61.56 163.85 -
System Red Green Blue C M Y K H S L
Decimal 180 127 12 0 0.29 0.93 0.29 41.07 0.88 0.38
Hex B4 7F C 0 1D 5D 1D 29 58 26
Octal 264 177 14 0 35 135 35 51 130 46
Binary 10110100 1111111 1100 0 11101 1011101 11101 101001 1011000 100110

Color Harmonies of #B47F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F0C

Black with #B47F0C

Text Example


Text Example

White with #B47F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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