Html Css Color HEX #BD874A Tussock

📋 copy color: '#BD874A'

red 189 ◦ green 135 ◦ blue 74

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

Shades of Tussock #BD874A

Tints of Tussock #BD874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 47.49%
G = 33.92%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD874A (or 0xBD874A) is known color: Tussock. HEX triplet: BD, 87 and 4A. RGB value is (189,135,74). Sum of RGB (Red+Green+Blue) = 189+135+74=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD874A is #4278B5. Grayscale: #909090. Windows color (decimal): -4356278 or 4884413. OLE color: 4884413.

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

Color convert

RGB 189 135 74 -
CMYK 0 0.29 0.61 0.26
HSL 31.83º 0.47% 0.52% -
HSV(B) 31.83º 0.61% 0.74% -
XYZ 30.89 28.64 10.38 -
YUV 144.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 189 135 74 0 0.29 0.61 0.26 31.83 0.47 0.52
Hex BD 87 4A 0 1D 3D 1A 20 2F 34
Octal 275 207 112 0 35 75 32 40 57 64
Binary 10111101 10000111 1001010 0 11101 111101 11010 100000 101111 110100

Color Harmonies of #BD874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD874A

Black with #BD874A

Text Example


Text Example

White with #BD874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD874A; }

 p { color: rgb(189,135,74); }

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

background-color css

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

 a { background-color: rgb(189,135,74); }

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

border-color css

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

 span { border-color: rgb(189,135,74); }

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