Html Css Color HEX #BD934A Tussock

📋 copy color: '#BD934A'

red 189 ◦ green 147 ◦ blue 74

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

Shades of Tussock #BD934A

Tints of Tussock #BD934A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.85%

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

R = 46.1%
G = 35.85%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD934A (or 0xBD934A) is known color: Tussock. HEX triplet: BD, 93 and 4A. RGB value is (189,147,74). Sum of RGB (Red+Green+Blue) = 189+147+74=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD934A is #426CB5. Grayscale: #979797. Windows color (decimal): -4353206 or 4887485. OLE color: 4887485.

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

Color convert

RGB 189 147 74 -
CMYK 0 0.22 0.61 0.26
HSL 38.09º 0.47% 0.52% -
HSV(B) 38.09º 0.61% 0.74% -
XYZ 32.66 32.18 10.97 -
YUV 151.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 189 147 74 0 0.22 0.61 0.26 38.09 0.47 0.52
Hex BD 93 4A 0 16 3D 1A 26 2F 34
Octal 275 223 112 0 26 75 32 46 57 64
Binary 10111101 10010011 1001010 0 10110 111101 11010 100110 101111 110100

Color Harmonies of #BD934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD934A

Black with #BD934A

Text Example


Text Example

White with #BD934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD934A; }

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

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

background-color css

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

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

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

border-color css

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

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

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