Html Css Color HEX #B69441 Roti

📋 copy color: '#B69441'

red 182 ◦ green 148 ◦ blue 65

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

Shades of Roti #B69441

Tints of Roti #B69441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 46.08%
G = 37.47%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B69441 (or 0xB69441) is known color: Roti. HEX triplet: B6, 94 and 41. RGB value is (182,148,65). Sum of RGB (Red+Green+Blue) = 182+148+65=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B69441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69441 is #496BBE. Grayscale: #959595. Windows color (decimal): -4811711 or 4297910. OLE color: 4297910.

HSL color Cylindrical-coordinate representation of color #B69441: hue angle of 42.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B69441 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 148 65 -
CMYK 0 0.19 0.64 0.29
HSL 42.56º 0.47% 0.48% -
HSV(B) 42.56º 0.64% 0.71% -
XYZ 30.84 31.51 9.46 -
YUV 148.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 182 148 65 0 0.19 0.64 0.29 42.56 0.47 0.48
Hex B6 94 41 0 13 40 1D 2B 2F 30
Octal 266 224 101 0 23 100 35 53 57 60
Binary 10110110 10010100 1000001 0 10011 1000000 11101 101011 101111 110000

Color Harmonies of #B69441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69441

Black with #B69441

Text Example


Text Example

White with #B69441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69441; }

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

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

background-color css

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

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

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

border-color css

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

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

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