Html Css Color HEX #B17512 Dark Goldenrod

📋 copy color: '#B17512'

red 177 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B17512

Tints of Dark Goldenrod #B17512

RGB

 RED value IS 177 (69.53% from 255) = 56.73%

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 56.73%
G = 37.5%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B17512 (or 0xB17512) is known color: Dark Goldenrod. HEX triplet: B1, 75 and 12. RGB value is (177,117,18). Sum of RGB (Red+Green+Blue) = 177+117+18=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B17512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17512 is #4E8AED. Grayscale: #7C7C7C. Windows color (decimal): -5147374 or 1209777. OLE color: 1209777.

HSL color Cylindrical-coordinate representation of color #B17512: hue angle of 37.36º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17512 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 18 -
CMYK 0 0.34 0.90 0.31
HSL 37.36º 0.82% 0.38% -
HSV(B) 37.36º 0.9% 0.69% -
XYZ 24.6 22.11 3.54 -
YUV 123.65 68.38 166.05 -
System Red Green Blue C M Y K H S L
Decimal 177 117 18 0 0.34 0.90 0.31 37.36 0.82 0.38
Hex B1 75 12 0 22 5A 1F 25 52 26
Octal 261 165 22 0 42 132 37 45 122 46
Binary 10110001 1110101 10010 0 100010 1011010 11111 100101 1010010 100110

Color Harmonies of #B17512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17512

Black with #B17512

Text Example


Text Example

White with #B17512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17512; }

 p { color: rgb(177,117,18); }

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

background-color css

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

 a { background-color: rgb(177,117,18); }

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

border-color css

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

 span { border-color: rgb(177,117,18); }

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