Html Css Color HEX #BC9746 Roti

📋 copy color: '#BC9746'

red 188 ◦ green 151 ◦ blue 70

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

Shades of Roti #BC9746

Tints of Roti #BC9746

RGB

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

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

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

R = 45.97%
G = 36.92%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC9746 (or 0xBC9746) is known color: Roti. HEX triplet: BC, 97 and 46. RGB value is (188,151,70). Sum of RGB (Red+Green+Blue) = 188+151+70=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9746 is #4368B9. Grayscale: #999999. Windows color (decimal): -4417722 or 4626364. OLE color: 4626364.

HSL color Cylindrical-coordinate representation of color #BC9746: hue angle of 41.19º 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 #BC9746 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 70 -
CMYK 0 0.20 0.63 0.26
HSL 41.19º 0.47% 0.51% -
HSV(B) 41.19º 0.63% 0.74% -
XYZ 32.91 33.27 10.48 -
YUV 152.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 188 151 70 0 0.20 0.63 0.26 41.19 0.47 0.51
Hex BC 97 46 0 14 3F 1A 29 2F 33
Octal 274 227 106 0 24 77 32 51 57 63
Binary 10111100 10010111 1000110 0 10100 111111 11010 101001 101111 110011

Color Harmonies of #BC9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9746

Black with #BC9746

Text Example


Text Example

White with #BC9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9746; }

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

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

background-color css

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

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

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

border-color css

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

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

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