Html Css Color HEX #BC9C47 Roti

📋 copy color: '#BC9C47'

red 188 ◦ green 156 ◦ blue 71

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

Shades of Roti #BC9C47

Tints of Roti #BC9C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 45.3%
G = 37.59%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC9C47 (or 0xBC9C47) is known color: Roti. HEX triplet: BC, 9C and 47. RGB value is (188,156,71). Sum of RGB (Red+Green+Blue) = 188+156+71=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C47 is #4363B8. Grayscale: #9C9C9C. Windows color (decimal): -4416441 or 4693180. OLE color: 4693180.

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

Color convert

RGB 188 156 71 -
CMYK 0 0.17 0.62 0.26
HSL 43.59º 0.47% 0.51% -
HSV(B) 43.59º 0.62% 0.74% -
XYZ 33.76 34.92 10.92 -
YUV 155.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 188 156 71 0 0.17 0.62 0.26 43.59 0.47 0.51
Hex BC 9C 47 0 11 3E 1A 2C 2F 33
Octal 274 234 107 0 21 76 32 54 57 63
Binary 10111100 10011100 1000111 0 10001 111110 11010 101100 101111 110011

Color Harmonies of #BC9C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C47

Black with #BC9C47

Text Example


Text Example

White with #BC9C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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