Html Css Color HEX #B2650D Golden Brown

📋 copy color: '#B2650D'

red 178 ◦ green 101 ◦ blue 13

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

Shades of Golden Brown #B2650D

Tints of Golden Brown #B2650D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 60.96%
G = 34.59%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2650D (or 0xB2650D) is known color: Golden Brown. HEX triplet: B2, 65 and 0D. RGB value is (178,101,13). Sum of RGB (Red+Green+Blue) = 178+101+13=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2650D is #4D9AF2. Grayscale: #727272. Windows color (decimal): -5085939 or 878002. OLE color: 878002.

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

Color convert

RGB 178 101 13 -
CMYK 0 0.43 0.93 0.30
HSL 32º 0.86% 0.37% -
HSV(B) 32º 0.93% 0.7% -
XYZ 23.09 18.8 2.79 -
YUV 113.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 178 101 13 0 0.43 0.93 0.30 32 0.86 0.37
Hex B2 65 D 0 2B 5D 1E 20 56 25
Octal 262 145 15 0 53 135 36 40 126 45
Binary 10110010 1100101 1101 0 101011 1011101 11110 100000 1010110 100101

Color Harmonies of #B2650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2650D

Black with #B2650D

Text Example


Text Example

White with #B2650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2650D; }

 p { color: rgb(178,101,13); }

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

background-color css

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

 a { background-color: rgb(178,101,13); }

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

border-color css

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

 span { border-color: rgb(178,101,13); }

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