Html Css Color HEX #BC9C3F Roti

📋 copy color: '#BC9C3F'

red 188 ◦ green 156 ◦ blue 63

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

Shades of Roti #BC9C3F

Tints of Roti #BC9C3F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 63 (25% from 255) = 15.48%

R = 46.19%
G = 38.33%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC9C3F (or 0xBC9C3F) is known color: Roti. HEX triplet: BC, 9C and 3F. RGB value is (188,156,63). Sum of RGB (Red+Green+Blue) = 188+156+63=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C3F is #4363C0. Grayscale: #9B9B9B. Windows color (decimal): -4416449 or 4168892. OLE color: 4168892.

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

Color convert

RGB 188 156 63 -
CMYK 0 0.17 0.66 0.26
HSL 44.64º 0.5% 0.49% -
HSV(B) 44.64º 0.66% 0.74% -
XYZ 33.52 34.83 9.66 -
YUV 154.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 188 156 63 0 0.17 0.66 0.26 44.64 0.5 0.49
Hex BC 9C 3F 0 11 42 1A 2D 32 31
Octal 274 234 77 0 21 102 32 55 62 61
Binary 10111100 10011100 111111 0 10001 1000010 11010 101101 110010 110001

Color Harmonies of #BC9C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C3F

Black with #BC9C3F

Text Example


Text Example

White with #BC9C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C3F; }

 p { color: rgb(188,156,63); }

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

background-color css

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

 a { background-color: rgb(188,156,63); }

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

border-color css

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

 span { border-color: rgb(188,156,63); }

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