Html Css Color HEX #BD854C Tussock

📋 copy color: '#BD854C'

red 189 ◦ green 133 ◦ blue 76

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

Shades of Tussock #BD854C

Tints of Tussock #BD854C

RGB

 RED value IS 189 (74.22% from 255) = 47.49%

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 47.49%
G = 33.42%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD854C (or 0xBD854C) is known color: Tussock. HEX triplet: BD, 85 and 4C. RGB value is (189,133,76). Sum of RGB (Red+Green+Blue) = 189+133+76=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD854C is #427AB3. Grayscale: #8F8F8F. Windows color (decimal): -4356788 or 5014973. OLE color: 5014973.

HSL color Cylindrical-coordinate representation of color #BD854C: hue angle of 30.27º 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 #BD854C is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 133 76 -
CMYK 0 0.30 0.60 0.26
HSL 30.27º 0.46% 0.52% -
HSV(B) 30.27º 0.6% 0.74% -
XYZ 30.68 28.12 10.65 -
YUV 143.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 189 133 76 0 0.30 0.60 0.26 30.27 0.46 0.52
Hex BD 85 4C 0 1E 3C 1A 1E 2E 34
Octal 275 205 114 0 36 74 32 36 56 64
Binary 10111101 10000101 1001100 0 11110 111100 11010 11110 101110 110100

Color Harmonies of #BD854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD854C

Black with #BD854C

Text Example


Text Example

White with #BD854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD854C; }

 p { color: rgb(189,133,76); }

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

background-color css

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

 a { background-color: rgb(189,133,76); }

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

border-color css

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

 span { border-color: rgb(189,133,76); }

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