Html Css Color HEX #B2690C Golden Brown

📋 copy color: '#B2690C'

red 178 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #B2690C

Tints of Golden Brown #B2690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.59%

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 60.34%
G = 35.59%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2690C (or 0xB2690C) is known color: Golden Brown. HEX triplet: B2, 69 and 0C. RGB value is (178,105,12). Sum of RGB (Red+Green+Blue) = 178+105+12=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2690C is #4D96F3. Grayscale: #747474. Windows color (decimal): -5084916 or 813490. OLE color: 813490.

HSL color Cylindrical-coordinate representation of color #B2690C: hue angle of 33.61º degrees, saturation: 0.87, 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 #B2690C is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 12 -
CMYK 0 0.41 0.93 0.30
HSL 33.61º 0.87% 0.37% -
HSV(B) 33.61º 0.93% 0.7% -
XYZ 23.48 19.59 2.89 -
YUV 116.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 178 105 12 0 0.41 0.93 0.30 33.61 0.87 0.37
Hex B2 69 C 0 29 5D 1E 22 57 25
Octal 262 151 14 0 51 135 36 42 127 45
Binary 10110010 1101001 1100 0 101001 1011101 11110 100010 1010111 100101

Color Harmonies of #B2690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2690C

Black with #B2690C

Text Example


Text Example

White with #B2690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2690C; }

 p { color: rgb(178,105,12); }

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

background-color css

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

 a { background-color: rgb(178,105,12); }

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

border-color css

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

 span { border-color: rgb(178,105,12); }

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