Html Css Color HEX #BC9243 Roti

📋 copy color: '#BC9243'

red 188 ◦ green 146 ◦ blue 67

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

Shades of Roti #BC9243

Tints of Roti #BC9243

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

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

R = 46.88%
G = 36.41%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC9243 (or 0xBC9243) is known color: Roti. HEX triplet: BC, 92 and 43. RGB value is (188,146,67). Sum of RGB (Red+Green+Blue) = 188+146+67=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9243 is #436DBC. Grayscale: #959595. Windows color (decimal): -4419005 or 4428476. OLE color: 4428476.

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

Color convert

RGB 188 146 67 -
CMYK 0 0.22 0.64 0.26
HSL 39.17º 0.47% 0.5% -
HSV(B) 39.17º 0.64% 0.74% -
XYZ 32.03 31.65 9.73 -
YUV 149.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 188 146 67 0 0.22 0.64 0.26 39.17 0.47 0.5
Hex BC 92 43 0 16 40 1A 27 2F 32
Octal 274 222 103 0 26 100 32 47 57 62
Binary 10111100 10010010 1000011 0 10110 1000000 11010 100111 101111 110010

Color Harmonies of #BC9243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9243

Black with #BC9243

Text Example


Text Example

White with #BC9243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9243; }

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

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

background-color css

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

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

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

border-color css

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

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

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