Html Css Color HEX #BC9567 Fallow

📋 copy color: '#BC9567'

red 188 ◦ green 149 ◦ blue 103

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

Shades of Fallow #BC9567

Tints of Fallow #BC9567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 103 (40.63% from 255) = 23.41%

R = 42.73%
G = 33.86%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC9567 (or 0xBC9567) is known color: Fallow. HEX triplet: BC, 95 and 67. RGB value is (188,149,103). Sum of RGB (Red+Green+Blue) = 188+149+103=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9567 is #436A98. Grayscale: #9B9B9B. Windows color (decimal): -4418201 or 6788540. OLE color: 6788540.

HSL color Cylindrical-coordinate representation of color #BC9567: hue angle of 32.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC9567 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 103 -
CMYK 0 0.21 0.45 0.26
HSL 32.47º 0.39% 0.57% -
HSV(B) 32.47º 0.45% 0.74% -
XYZ 33.93 33.17 17.45 -
YUV 155.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 188 149 103 0 0.21 0.45 0.26 32.47 0.39 0.57
Hex BC 95 67 0 15 2D 1A 20 27 39
Octal 274 225 147 0 25 55 32 40 47 71
Binary 10111100 10010101 1100111 0 10101 101101 11010 100000 100111 111001

Color Harmonies of #BC9567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9567

Black with #BC9567

Text Example


Text Example

White with #BC9567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9567; }

 p { color: rgb(188,149,103); }

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

background-color css

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

 a { background-color: rgb(188,149,103); }

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

border-color css

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

 span { border-color: rgb(188,149,103); }

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