Html Css Color HEX #BD502B Trinidad

📋 copy color: '#BD502B'

red 189 ◦ green 80 ◦ blue 43

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

Shades of Trinidad #BD502B

Tints of Trinidad #BD502B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 60.58%
G = 25.64%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD502B (or 0xBD502B) is known color: Trinidad. HEX triplet: BD, 50 and 2B. RGB value is (189,80,43). Sum of RGB (Red+Green+Blue) = 189+80+43=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD502B is #42AFD4. Grayscale: #6C6C6C. Windows color (decimal): -4370389 or 2838717. OLE color: 2838717.

HSL color Cylindrical-coordinate representation of color #BD502B: hue angle of 15.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD502B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 43 -
CMYK 0 0.58 0.77 0.26
HSL 15.21º 0.63% 0.45% -
HSV(B) 15.21º 0.77% 0.74% -
XYZ 24.29 16.73 4.23 -
YUV 108.37 91.11 185.51 -
System Red Green Blue C M Y K H S L
Decimal 189 80 43 0 0.58 0.77 0.26 15.21 0.63 0.45
Hex BD 50 2B 0 3A 4D 1A F 3F 2D
Octal 275 120 53 0 72 115 32 17 77 55
Binary 10111101 1010000 101011 0 111010 1001101 11010 1111 111111 101101

Color Harmonies of #BD502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD502B

Black with #BD502B

Text Example


Text Example

White with #BD502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD502B; }

 p { color: rgb(189,80,43); }

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

background-color css

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

 a { background-color: rgb(189,80,43); }

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

border-color css

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

 span { border-color: rgb(189,80,43); }

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