Html Css Color HEX #B09643 Roti

📋 copy color: '#B09643'

red 176 ◦ green 150 ◦ blue 67

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

Shades of Roti #B09643

Tints of Roti #B09643

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 67 (26.56% from 255) = 17.05%

R = 44.78%
G = 38.17%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09643 (or 0xB09643) is known color: Roti. HEX triplet: B0, 96 and 43. RGB value is (176,150,67). Sum of RGB (Red+Green+Blue) = 176+150+67=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09643 is #4F69BC. Grayscale: #949494. Windows color (decimal): -5204413 or 4429488. OLE color: 4429488.

HSL color Cylindrical-coordinate representation of color #B09643: hue angle of 45.69º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B09643 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 67 -
CMYK 0 0.15 0.62 0.31
HSL 45.69º 0.45% 0.48% -
HSV(B) 45.69º 0.62% 0.69% -
XYZ 29.82 31.45 9.81 -
YUV 148.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 176 150 67 0 0.15 0.62 0.31 45.69 0.45 0.48
Hex B0 96 43 0 F 3E 1F 2E 2D 30
Octal 260 226 103 0 17 76 37 56 55 60
Binary 10110000 10010110 1000011 0 1111 111110 11111 101110 101101 110000

Color Harmonies of #B09643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09643

Black with #B09643

Text Example


Text Example

White with #B09643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09643; }

 p { color: rgb(176,150,67); }

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

background-color css

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

 a { background-color: rgb(176,150,67); }

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

border-color css

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

 span { border-color: rgb(176,150,67); }

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