Html Css Color HEX #B29445 Roti

📋 copy color: '#B29445'

red 178 ◦ green 148 ◦ blue 69

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

Shades of Roti #B29445

Tints of Roti #B29445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 45.06%
G = 37.47%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B29445 (or 0xB29445) is known color: Roti. HEX triplet: B2, 94 and 45. RGB value is (178,148,69). Sum of RGB (Red+Green+Blue) = 178+148+69=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B29445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29445 is #4D6BBA. Grayscale: #949494. Windows color (decimal): -5073851 or 4560050. OLE color: 4560050.

HSL color Cylindrical-coordinate representation of color #B29445: hue angle of 43.49º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B29445 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 148 69 -
CMYK 0 0.17 0.61 0.30
HSL 43.49º 0.44% 0.48% -
HSV(B) 43.49º 0.61% 0.7% -
XYZ 30.02 31.07 10.05 -
YUV 147.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 178 148 69 0 0.17 0.61 0.30 43.49 0.44 0.48
Hex B2 94 45 0 11 3D 1E 2B 2C 30
Octal 262 224 105 0 21 75 36 53 54 60
Binary 10110010 10010100 1000101 0 10001 111101 11110 101011 101100 110000

Color Harmonies of #B29445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29445

Black with #B29445

Text Example


Text Example

White with #B29445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29445; }

 p { color: rgb(178,148,69); }

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

background-color css

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

 a { background-color: rgb(178,148,69); }

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

border-color css

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

 span { border-color: rgb(178,148,69); }

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