Html Css Color HEX #B27410 Dark Goldenrod

📋 copy color: '#B27410'

red 178 ◦ green 116 ◦ blue 16

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

Shades of Dark Goldenrod #B27410

Tints of Dark Goldenrod #B27410

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 57.42%
G = 37.42%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B27410 (or 0xB27410) is known color: Dark Goldenrod. HEX triplet: B2, 74 and 10. RGB value is (178,116,16). Sum of RGB (Red+Green+Blue) = 178+116+16=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B27410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27410 is #4D8BEF. Grayscale: #7B7B7B. Windows color (decimal): -5082096 or 1078450. OLE color: 1078450.

HSL color Cylindrical-coordinate representation of color #B27410: hue angle of 37.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B27410 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 16 -
CMYK 0 0.35 0.91 0.30
HSL 37.04º 0.84% 0.38% -
HSV(B) 37.04º 0.91% 0.7% -
XYZ 24.7 21.99 3.43 -
YUV 123.14 67.54 167.13 -
System Red Green Blue C M Y K H S L
Decimal 178 116 16 0 0.35 0.91 0.30 37.04 0.84 0.38
Hex B2 74 10 0 23 5B 1E 25 54 26
Octal 262 164 20 0 43 133 36 45 124 46
Binary 10110010 1110100 10000 0 100011 1011011 11110 100101 1010100 100110

Color Harmonies of #B27410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27410

Black with #B27410

Text Example


Text Example

White with #B27410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27410; }

 p { color: rgb(178,116,16); }

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

background-color css

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

 a { background-color: rgb(178,116,16); }

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

border-color css

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

 span { border-color: rgb(178,116,16); }

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