Html Css Color HEX #B68F47 Roti

📋 copy color: '#B68F47'

red 182 ◦ green 143 ◦ blue 71

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

Shades of Roti #B68F47

Tints of Roti #B68F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 45.96%
G = 36.11%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B68F47 (or 0xB68F47) is known color: Roti. HEX triplet: B6, 8F and 47. RGB value is (182,143,71). Sum of RGB (Red+Green+Blue) = 182+143+71=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F47 is #4970B8. Grayscale: #929292. Windows color (decimal): -4812985 or 4689846. OLE color: 4689846.

HSL color Cylindrical-coordinate representation of color #B68F47: hue angle of 38.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B68F47 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 71 -
CMYK 0 0.21 0.61 0.29
HSL 38.92º 0.44% 0.5% -
HSV(B) 38.92º 0.61% 0.71% -
XYZ 30.25 30.04 10.17 -
YUV 146.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 182 143 71 0 0.21 0.61 0.29 38.92 0.44 0.5
Hex B6 8F 47 0 15 3D 1D 27 2C 32
Octal 266 217 107 0 25 75 35 47 54 62
Binary 10110110 10001111 1000111 0 10101 111101 11101 100111 101100 110010

Color Harmonies of #B68F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F47

Black with #B68F47

Text Example


Text Example

White with #B68F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F47; }

 p { color: rgb(182,143,71); }

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

background-color css

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

 a { background-color: rgb(182,143,71); }

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

border-color css

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

 span { border-color: rgb(182,143,71); }

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