Html Css Color HEX #B07C04 Dark Goldenrod

📋 copy color: '#B07C04'

red 176 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #B07C04

Tints of Dark Goldenrod #B07C04

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 57.89%
G = 40.79%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B07C04 (or 0xB07C04) is known color: Dark Goldenrod. HEX triplet: B0, 7C and 04. RGB value is (176,124,4). Sum of RGB (Red+Green+Blue) = 176+124+4=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07C04 is #4F83FB. Grayscale: #7E7E7E. Windows color (decimal): -5211132 or 294064. OLE color: 294064.

HSL color Cylindrical-coordinate representation of color #B07C04: hue angle of 41.86º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B07C04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 124 4 -
CMYK 0 0.30 0.98 0.31
HSL 41.86º 0.96% 0.35% -
HSV(B) 41.86º 0.98% 0.69% -
XYZ 25.13 23.65 3.36 -
YUV 125.87 59.23 163.76 -
System Red Green Blue C M Y K H S L
Decimal 176 124 4 0 0.30 0.98 0.31 41.86 0.96 0.35
Hex B0 7C 4 0 1E 62 1F 2A 60 23
Octal 260 174 4 0 36 142 37 52 140 43
Binary 10110000 1111100 100 0 11110 1100010 11111 101010 1100000 100011

Color Harmonies of #B07C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07C04

Black with #B07C04

Text Example


Text Example

White with #B07C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07C04; }

 p { color: rgb(176,124,4); }

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

background-color css

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

 a { background-color: rgb(176,124,4); }

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

border-color css

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

 span { border-color: rgb(176,124,4); }

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