Html Css Color HEX #B3670A Golden Brown

📋 copy color: '#B3670A'

red 179 ◦ green 103 ◦ blue 10

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

Shades of Golden Brown #B3670A

Tints of Golden Brown #B3670A

RGB

 RED value IS 179 (70.31% from 255) = 61.3%

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

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 61.3%
G = 35.27%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3670A (or 0xB3670A) is known color: Golden Brown. HEX triplet: B3, 67 and 0A. RGB value is (179,103,10). Sum of RGB (Red+Green+Blue) = 179+103+10=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3670A is #4C98F5. Grayscale: #737373. Windows color (decimal): -5019894 or 681907. OLE color: 681907.

HSL color Cylindrical-coordinate representation of color #B3670A: hue angle of 33.02º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3670A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 10 -
CMYK 0 0.42 0.94 0.30
HSL 33.02º 0.89% 0.37% -
HSV(B) 33.02º 0.94% 0.7% -
XYZ 23.5 19.31 2.78 -
YUV 115.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 179 103 10 0 0.42 0.94 0.30 33.02 0.89 0.37
Hex B3 67 A 0 2A 5E 1E 21 59 25
Octal 263 147 12 0 52 136 36 41 131 45
Binary 10110011 1100111 1010 0 101010 1011110 11110 100001 1011001 100101

Color Harmonies of #B3670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3670A

Black with #B3670A

Text Example


Text Example

White with #B3670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3670A; }

 p { color: rgb(179,103,10); }

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

background-color css

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

 a { background-color: rgb(179,103,10); }

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

border-color css

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

 span { border-color: rgb(179,103,10); }

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