Html Css Color HEX #B2620E Golden Brown

📋 copy color: '#B2620E'

red 178 ◦ green 98 ◦ blue 14

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

Shades of Golden Brown #B2620E

Tints of Golden Brown #B2620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 61.38%
G = 33.79%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2620E (or 0xB2620E) is known color: Golden Brown. HEX triplet: B2, 62 and 0E. RGB value is (178,98,14). Sum of RGB (Red+Green+Blue) = 178+98+14=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B2620E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2620E is #4D9DF1. Grayscale: #707070. Windows color (decimal): -5086706 or 942770. OLE color: 942770.

HSL color Cylindrical-coordinate representation of color #B2620E: hue angle of 30.73º degrees, saturation: 0.85, 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 #B2620E is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 14 -
CMYK 0 0.45 0.92 0.30
HSL 30.73º 0.85% 0.38% -
HSV(B) 30.73º 0.92% 0.7% -
XYZ 22.81 18.23 2.73 -
YUV 112.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 178 98 14 0 0.45 0.92 0.30 30.73 0.85 0.38
Hex B2 62 E 0 2D 5C 1E 1F 55 26
Octal 262 142 16 0 55 134 36 37 125 46
Binary 10110010 1100010 1110 0 101101 1011100 11110 11111 1010101 100110

Color Harmonies of #B2620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2620E

Black with #B2620E

Text Example


Text Example

White with #B2620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2620E; }

 p { color: rgb(178,98,14); }

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

background-color css

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

 a { background-color: rgb(178,98,14); }

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

border-color css

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

 span { border-color: rgb(178,98,14); }

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