Html Css Color HEX #BC9743 Roti

📋 copy color: '#BC9743'

red 188 ◦ green 151 ◦ blue 67

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

Shades of Roti #BC9743

Tints of Roti #BC9743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.5%

R = 46.31%
G = 37.19%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9743 (or 0xBC9743) is known color: Roti. HEX triplet: BC, 97 and 43. RGB value is (188,151,67). Sum of RGB (Red+Green+Blue) = 188+151+67=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 67 (26.56% from 255 or 16.50% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9743 is #4368BC. Grayscale: #989898. Windows color (decimal): -4417725 or 4429756. OLE color: 4429756.

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

Color convert

RGB 188 151 67 -
CMYK 0 0.20 0.64 0.26
HSL 41.65º 0.47% 0.5% -
HSV(B) 41.65º 0.64% 0.74% -
XYZ 32.82 33.23 9.99 -
YUV 152.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 188 151 67 0 0.20 0.64 0.26 41.65 0.47 0.5
Hex BC 97 43 0 14 40 1A 2A 2F 32
Octal 274 227 103 0 24 100 32 52 57 62
Binary 10111100 10010111 1000011 0 10100 1000000 11010 101010 101111 110010

Color Harmonies of #BC9743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9743

Black with #BC9743

Text Example


Text Example

White with #BC9743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9743; }

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

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

background-color css

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

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

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

border-color css

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

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

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