Html Css Color HEX #BC9A42 Roti

📋 copy color: '#BC9A42'

red 188 ◦ green 154 ◦ blue 66

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

Shades of Roti #BC9A42

Tints of Roti #BC9A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 66 (26.17% from 255) = 16.18%

R = 46.08%
G = 37.75%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC9A42 (or 0xBC9A42) is known color: Roti. HEX triplet: BC, 9A and 42. RGB value is (188,154,66). Sum of RGB (Red+Green+Blue) = 188+154+66=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A42 is #4365BD. Grayscale: #9A9A9A. Windows color (decimal): -4416958 or 4364988. OLE color: 4364988.

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

Color convert

RGB 188 154 66 -
CMYK 0 0.18 0.65 0.26
HSL 43.28º 0.48% 0.5% -
HSV(B) 43.28º 0.65% 0.74% -
XYZ 33.28 34.2 10 -
YUV 154.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 188 154 66 0 0.18 0.65 0.26 43.28 0.48 0.5
Hex BC 9A 42 0 12 41 1A 2B 30 32
Octal 274 232 102 0 22 101 32 53 60 62
Binary 10111100 10011010 1000010 0 10010 1000001 11010 101011 110000 110010

Color Harmonies of #BC9A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A42

Black with #BC9A42

Text Example


Text Example

White with #BC9A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A42; }

 p { color: rgb(188,154,66); }

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

background-color css

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

 a { background-color: rgb(188,154,66); }

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

border-color css

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

 span { border-color: rgb(188,154,66); }

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