Html Css Color HEX #BC8F4B Tussock

📋 copy color: '#BC8F4B'

red 188 ◦ green 143 ◦ blue 75

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

Shades of Tussock #BC8F4B

Tints of Tussock #BC8F4B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 46.31%
G = 35.22%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC8F4B (or 0xBC8F4B) is known color: Tussock. HEX triplet: BC, 8F and 4B. RGB value is (188,143,75). Sum of RGB (Red+Green+Blue) = 188+143+75=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F4B is #4370B4. Grayscale: #959595. Windows color (decimal): -4419765 or 4951996. OLE color: 4951996.

HSL color Cylindrical-coordinate representation of color #BC8F4B: hue angle of 36.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC8F4B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 75 -
CMYK 0 0.24 0.60 0.26
HSL 36.11º 0.46% 0.52% -
HSV(B) 36.11º 0.6% 0.74% -
XYZ 31.83 30.84 10.93 -
YUV 148.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 188 143 75 0 0.24 0.60 0.26 36.11 0.46 0.52
Hex BC 8F 4B 0 18 3C 1A 24 2E 34
Octal 274 217 113 0 30 74 32 44 56 64
Binary 10111100 10001111 1001011 0 11000 111100 11010 100100 101110 110100

Color Harmonies of #BC8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F4B

Black with #BC8F4B

Text Example


Text Example

White with #BC8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F4B; }

 p { color: rgb(188,143,75); }

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

background-color css

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

 a { background-color: rgb(188,143,75); }

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

border-color css

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

 span { border-color: rgb(188,143,75); }

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