Html Css Color HEX #B69448 Roti

📋 copy color: '#B69448'

red 182 ◦ green 148 ◦ blue 72

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

Shades of Roti #B69448

Tints of Roti #B69448

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 45.27%
G = 36.82%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B69448 (or 0xB69448) is known color: Roti. HEX triplet: B6, 94 and 48. RGB value is (182,148,72). Sum of RGB (Red+Green+Blue) = 182+148+72=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B69448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69448 is #496BB7. Grayscale: #959595. Windows color (decimal): -4811704 or 4756662. OLE color: 4756662.

HSL color Cylindrical-coordinate representation of color #B69448: hue angle of 41.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B69448 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 72 -
CMYK 0 0.19 0.60 0.29
HSL 41.45º 0.43% 0.5% -
HSV(B) 41.45º 0.6% 0.71% -
XYZ 31.05 31.59 10.59 -
YUV 149.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 182 148 72 0 0.19 0.60 0.29 41.45 0.43 0.5
Hex B6 94 48 0 13 3C 1D 29 2B 32
Octal 266 224 110 0 23 74 35 51 53 62
Binary 10110110 10010100 1001000 0 10011 111100 11101 101001 101011 110010

Color Harmonies of #B69448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69448

Black with #B69448

Text Example


Text Example

White with #B69448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69448; }

 p { color: rgb(182,148,72); }

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

background-color css

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

 a { background-color: rgb(182,148,72); }

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

border-color css

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

 span { border-color: rgb(182,148,72); }

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