Html Css Color HEX #B3650B Golden Brown

📋 copy color: '#B3650B'

red 179 ◦ green 101 ◦ blue 11

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

Shades of Golden Brown #B3650B

Tints of Golden Brown #B3650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

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

R = 61.51%
G = 34.71%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3650B (or 0xB3650B) is known color: Golden Brown. HEX triplet: B3, 65 and 0B. RGB value is (179,101,11). Sum of RGB (Red+Green+Blue) = 179+101+11=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3650B is #4C9AF4. Grayscale: #727272. Windows color (decimal): -5020405 or 746931. OLE color: 746931.

HSL color Cylindrical-coordinate representation of color #B3650B: hue angle of 32.14º degrees, saturation: 0.88, 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 #B3650B is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 101 11 -
CMYK 0 0.44 0.94 0.30
HSL 32.14º 0.88% 0.37% -
HSV(B) 32.14º 0.94% 0.7% -
XYZ 23.3 18.92 2.74 -
YUV 114.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 179 101 11 0 0.44 0.94 0.30 32.14 0.88 0.37
Hex B3 65 B 0 2C 5E 1E 20 58 25
Octal 263 145 13 0 54 136 36 40 130 45
Binary 10110011 1100101 1011 0 101100 1011110 11110 100000 1011000 100101

Color Harmonies of #B3650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3650B

Black with #B3650B

Text Example


Text Example

White with #B3650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3650B; }

 p { color: rgb(179,101,11); }

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

background-color css

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

 a { background-color: rgb(179,101,11); }

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

border-color css

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

 span { border-color: rgb(179,101,11); }

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