Html Css Color HEX #B2610F Golden Brown

📋 copy color: '#B2610F'

red 178 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #B2610F

Tints of Golden Brown #B2610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 61.38%
G = 33.45%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2610F (or 0xB2610F) is known color: Golden Brown. HEX triplet: B2, 61 and 0F. RGB value is (178,97,15). Sum of RGB (Red+Green+Blue) = 178+97+15=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2610F is #4D9EF0. Grayscale: #707070. Windows color (decimal): -5086961 or 1008050. OLE color: 1008050.

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

Color convert

RGB 178 97 15 -
CMYK 0 0.46 0.92 0.30
HSL 30.18º 0.84% 0.38% -
HSV(B) 30.18º 0.92% 0.7% -
XYZ 22.72 18.05 2.74 -
YUV 111.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 178 97 15 0 0.46 0.92 0.30 30.18 0.84 0.38
Hex B2 61 F 0 2E 5C 1E 1E 54 26
Octal 262 141 17 0 56 134 36 36 124 46
Binary 10110010 1100001 1111 0 101110 1011100 11110 11110 1010100 100110

Color Harmonies of #B2610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2610F

Black with #B2610F

Text Example


Text Example

White with #B2610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2610F; }

 p { color: rgb(178,97,15); }

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

background-color css

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

 a { background-color: rgb(178,97,15); }

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

border-color css

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

 span { border-color: rgb(178,97,15); }

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