Html Css Color HEX #B0670B Golden Brown

📋 copy color: '#B0670B'

red 176 ◦ green 103 ◦ blue 11

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

Shades of Golden Brown #B0670B

Tints of Golden Brown #B0670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 60.69%
G = 35.52%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0670B (or 0xB0670B) is known color: Golden Brown. HEX triplet: B0, 67 and 0B. RGB value is (176,103,11). Sum of RGB (Red+Green+Blue) = 176+103+11=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0670B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0670B is #4F98F4. Grayscale: #727272. Windows color (decimal): -5216501 or 747440. OLE color: 747440.

HSL color Cylindrical-coordinate representation of color #B0670B: hue angle of 33.45º 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 #B0670B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 11 -
CMYK 0 0.41 0.94 0.31
HSL 33.45º 0.88% 0.37% -
HSV(B) 33.45º 0.94% 0.69% -
XYZ 22.82 18.95 2.77 -
YUV 114.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 176 103 11 0 0.41 0.94 0.31 33.45 0.88 0.37
Hex B0 67 B 0 29 5E 1F 21 58 25
Octal 260 147 13 0 51 136 37 41 130 45
Binary 10110000 1100111 1011 0 101001 1011110 11111 100001 1011000 100101

Color Harmonies of #B0670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0670B

Black with #B0670B

Text Example


Text Example

White with #B0670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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