Html Css Color HEX #B68F44 Roti

📋 copy color: '#B68F44'

red 182 ◦ green 143 ◦ blue 68

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

Shades of Roti #B68F44

Tints of Roti #B68F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 46.31%
G = 36.39%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B68F44 (or 0xB68F44) is known color: Roti. HEX triplet: B6, 8F and 44. RGB value is (182,143,68). Sum of RGB (Red+Green+Blue) = 182+143+68=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F44 is #4970BB. Grayscale: #929292. Windows color (decimal): -4812988 or 4493238. OLE color: 4493238.

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

Color convert

RGB 182 143 68 -
CMYK 0 0.21 0.63 0.29
HSL 39.47º 0.46% 0.49% -
HSV(B) 39.47º 0.63% 0.71% -
XYZ 30.16 30.01 9.67 -
YUV 146.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 182 143 68 0 0.21 0.63 0.29 39.47 0.46 0.49
Hex B6 8F 44 0 15 3F 1D 27 2E 31
Octal 266 217 104 0 25 77 35 47 56 61
Binary 10110110 10001111 1000100 0 10101 111111 11101 100111 101110 110001

Color Harmonies of #B68F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68F44

Black with #B68F44

Text Example


Text Example

White with #B68F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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