Html Css Color HEX #BC9F46 Roti

📋 copy color: '#BC9F46'

red 188 ◦ green 159 ◦ blue 70

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

Shades of Roti #BC9F46

Tints of Roti #BC9F46

RGB

 RED value IS 188 (73.83% from 255) = 45.08%

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 45.08%
G = 38.13%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9F46 (or 0xBC9F46) is known color: Roti. HEX triplet: BC, 9F and 46. RGB value is (188,159,70). Sum of RGB (Red+Green+Blue) = 188+159+70=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F46 is #4360B9. Grayscale: #9D9D9D. Windows color (decimal): -4415674 or 4628412. OLE color: 4628412.

HSL color Cylindrical-coordinate representation of color #BC9F46: hue angle of 45.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC9F46 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 70 -
CMYK 0 0.15 0.63 0.26
HSL 45.25º 0.47% 0.51% -
HSV(B) 45.25º 0.63% 0.74% -
XYZ 34.24 35.93 10.92 -
YUV 157.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 188 159 70 0 0.15 0.63 0.26 45.25 0.47 0.51
Hex BC 9F 46 0 F 3F 1A 2D 2F 33
Octal 274 237 106 0 17 77 32 55 57 63
Binary 10111100 10011111 1000110 0 1111 111111 11010 101101 101111 110011

Color Harmonies of #BC9F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F46

Black with #BC9F46

Text Example


Text Example

White with #BC9F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F46; }

 p { color: rgb(188,159,70); }

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

background-color css

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

 a { background-color: rgb(188,159,70); }

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

border-color css

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

 span { border-color: rgb(188,159,70); }

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