Html Css Color HEX #B2904E Teak

📋 copy color: '#B2904E'

red 178 ◦ green 144 ◦ blue 78

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

Shades of Teak #B2904E

Tints of Teak #B2904E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 44.5%
G = 36%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2904E (or 0xB2904E) is known color: Teak. HEX triplet: B2, 90 and 4E. RGB value is (178,144,78). Sum of RGB (Red+Green+Blue) = 178+144+78=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2904E is #4D6FB1. Grayscale: #929292. Windows color (decimal): -5074866 or 5148850. OLE color: 5148850.

HSL color Cylindrical-coordinate representation of color #B2904E: hue angle of 39.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2904E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 144 78 -
CMYK 0 0.19 0.56 0.30
HSL 39.6º 0.39% 0.5% -
HSV(B) 39.6º 0.56% 0.7% -
XYZ 29.71 29.96 11.43 -
YUV 146.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 178 144 78 0 0.19 0.56 0.30 39.6 0.39 0.5
Hex B2 90 4E 0 13 38 1E 28 27 32
Octal 262 220 116 0 23 70 36 50 47 62
Binary 10110010 10010000 1001110 0 10011 111000 11110 101000 100111 110010

Color Harmonies of #B2904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2904E

Black with #B2904E

Text Example


Text Example

White with #B2904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2904E; }

 p { color: rgb(178,144,78); }

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

background-color css

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

 a { background-color: rgb(178,144,78); }

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

border-color css

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

 span { border-color: rgb(178,144,78); }

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