Html Css Color HEX #B8780C Dark Goldenrod

📋 copy color: '#B8780C'

red 184 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #B8780C

Tints of Dark Goldenrod #B8780C

RGB

 RED value IS 184 (72.27% from 255) = 58.23%

 GREEN value IS 120 (47.27% from 255) = 37.97%

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

R = 58.23%
G = 37.97%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8780C (or 0xB8780C) is known color: Dark Goldenrod. HEX triplet: B8, 78 and 0C. RGB value is (184,120,12). Sum of RGB (Red+Green+Blue) = 184+120+12=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8780C is #4787F3. Grayscale: #7F7F7F. Windows color (decimal): -4687860 or 817336. OLE color: 817336.

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

Color convert

RGB 184 120 12 -
CMYK 0 0.35 0.93 0.28
HSL 37.67º 0.88% 0.38% -
HSV(B) 37.67º 0.93% 0.72% -
XYZ 26.55 23.65 3.51 -
YUV 126.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 184 120 12 0 0.35 0.93 0.28 37.67 0.88 0.38
Hex B8 78 C 0 23 5D 1C 26 58 26
Octal 270 170 14 0 43 135 34 46 130 46
Binary 10111000 1111000 1100 0 100011 1011101 11100 100110 1011000 100110

Color Harmonies of #B8780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8780C

Black with #B8780C

Text Example


Text Example

White with #B8780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8780C; }

 p { color: rgb(184,120,12); }

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

background-color css

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

 a { background-color: rgb(184,120,12); }

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

border-color css

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

 span { border-color: rgb(184,120,12); }

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