Html Css Color HEX #BD4A21 Trinidad

📋 copy color: '#BD4A21'

red 189 ◦ green 74 ◦ blue 33

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

Shades of Trinidad #BD4A21

Tints of Trinidad #BD4A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 63.85%
G = 25%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD4A21 (or 0xBD4A21) is known color: Trinidad. HEX triplet: BD, 4A and 21. RGB value is (189,74,33). Sum of RGB (Red+Green+Blue) = 189+74+33=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A21 is #42B5DE. Grayscale: #676767. Windows color (decimal): -4371935 or 2181821. OLE color: 2181821.

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

Color convert

RGB 189 74 33 -
CMYK 0 0.61 0.83 0.26
HSL 15.77º 0.7% 0.44% -
HSV(B) 15.77º 0.83% 0.74% -
XYZ 23.71 15.83 3.24 -
YUV 103.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 189 74 33 0 0.61 0.83 0.26 15.77 0.7 0.44
Hex BD 4A 21 0 3D 53 1A 10 46 2C
Octal 275 112 41 0 75 123 32 20 106 54
Binary 10111101 1001010 100001 0 111101 1010011 11010 10000 1000110 101100

Color Harmonies of #BD4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A21

Black with #BD4A21

Text Example


Text Example

White with #BD4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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