Html Css Color HEX #B0620B Golden Brown

📋 copy color: '#B0620B'

red 176 ◦ green 98 ◦ blue 11

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

Shades of Golden Brown #B0620B

Tints of Golden Brown #B0620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.86%

R = 61.75%
G = 34.39%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0620B (or 0xB0620B) is known color: Golden Brown. HEX triplet: B0, 62 and 0B. RGB value is (176,98,11). Sum of RGB (Red+Green+Blue) = 176+98+11=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0620B is #4F9DF4. Grayscale: #6F6F6F. Windows color (decimal): -5217781 or 746160. OLE color: 746160.

HSL color Cylindrical-coordinate representation of color #B0620B: hue angle of 31.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0620B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 98 11 -
CMYK 0 0.44 0.94 0.31
HSL 31.64º 0.88% 0.37% -
HSV(B) 31.64º 0.94% 0.69% -
XYZ 22.33 17.99 2.61 -
YUV 111.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 176 98 11 0 0.44 0.94 0.31 31.64 0.88 0.37
Hex B0 62 B 0 2C 5E 1F 20 58 25
Octal 260 142 13 0 54 136 37 40 130 45
Binary 10110000 1100010 1011 0 101100 1011110 11111 100000 1011000 100101

Color Harmonies of #B0620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0620B

Black with #B0620B

Text Example


Text Example

White with #B0620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0620B; }

 p { color: rgb(176,98,11); }

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

background-color css

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

 a { background-color: rgb(176,98,11); }

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

border-color css

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

 span { border-color: rgb(176,98,11); }

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