Html Css Color HEX #B09742 Roti

📋 copy color: '#B09742'

red 176 ◦ green 151 ◦ blue 66

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

Shades of Roti #B09742

Tints of Roti #B09742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.42%

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 44.78%
G = 38.42%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09742 (or 0xB09742) is known color: Roti. HEX triplet: B0, 97 and 42. RGB value is (176,151,66). Sum of RGB (Red+Green+Blue) = 176+151+66=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09742 is #4F68BD. Grayscale: #959595. Windows color (decimal): -5204158 or 4364208. OLE color: 4364208.

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

Color convert

RGB 176 151 66 -
CMYK 0 0.14 0.62 0.31
HSL 46.36º 0.45% 0.47% -
HSV(B) 46.36º 0.63% 0.69% -
XYZ 29.95 31.76 9.71 -
YUV 148.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 176 151 66 0 0.14 0.62 0.31 46.36 0.45 0.47
Hex B0 97 42 0 E 3E 1F 2E 2D 2F
Octal 260 227 102 0 16 76 37 56 55 57
Binary 10110000 10010111 1000010 0 1110 111110 11111 101110 101101 101111

Color Harmonies of #B09742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09742

Black with #B09742

Text Example


Text Example

White with #B09742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09742; }

 p { color: rgb(176,151,66); }

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

background-color css

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

 a { background-color: rgb(176,151,66); }

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

border-color css

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

 span { border-color: rgb(176,151,66); }

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