Html Css Color HEX #BC9443 Roti

📋 copy color: '#BC9443'

red 188 ◦ green 148 ◦ blue 67

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

Shades of Roti #BC9443

Tints of Roti #BC9443

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 46.65%
G = 36.72%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9443 (or 0xBC9443) is known color: Roti. HEX triplet: BC, 94 and 43. RGB value is (188,148,67). Sum of RGB (Red+Green+Blue) = 188+148+67=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 67 (26.56% from 255 or 16.63% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9443 is #436BBC. Grayscale: #979797. Windows color (decimal): -4418493 or 4428988. OLE color: 4428988.

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

Color convert

RGB 188 148 67 -
CMYK 0 0.21 0.64 0.26
HSL 40.17º 0.47% 0.5% -
HSV(B) 40.17º 0.64% 0.74% -
XYZ 32.34 32.28 9.84 -
YUV 150.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 188 148 67 0 0.21 0.64 0.26 40.17 0.47 0.5
Hex BC 94 43 0 15 40 1A 28 2F 32
Octal 274 224 103 0 25 100 32 50 57 62
Binary 10111100 10010100 1000011 0 10101 1000000 11010 101000 101111 110010

Color Harmonies of #BC9443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9443

Black with #BC9443

Text Example


Text Example

White with #BC9443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9443; }

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

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

background-color css

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

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

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

border-color css

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

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

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