Html Css Color HEX #BD5230 Trinidad

📋 copy color: '#BD5230'

red 189 ◦ green 82 ◦ blue 48

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

Shades of Trinidad #BD5230

Tints of Trinidad #BD5230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 59.25%
G = 25.71%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD5230 (or 0xBD5230) is known color: Trinidad. HEX triplet: BD, 52 and 30. RGB value is (189,82,48). Sum of RGB (Red+Green+Blue) = 189+82+48=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5230 is #42ADCF. Grayscale: #6E6E6E. Windows color (decimal): -4369872 or 3166909. OLE color: 3166909.

HSL color Cylindrical-coordinate representation of color #BD5230: hue angle of 14.47º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD5230 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 48 -
CMYK 0 0.57 0.75 0.26
HSL 14.47º 0.59% 0.46% -
HSV(B) 14.47º 0.75% 0.74% -
XYZ 24.54 17.07 4.8 -
YUV 110.12 92.95 184.26 -
System Red Green Blue C M Y K H S L
Decimal 189 82 48 0 0.57 0.75 0.26 14.47 0.59 0.46
Hex BD 52 30 0 39 4B 1A E 3B 2E
Octal 275 122 60 0 71 113 32 16 73 56
Binary 10111101 1010010 110000 0 111001 1001011 11010 1110 111011 101110

Color Harmonies of #BD5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5230

Black with #BD5230

Text Example


Text Example

White with #BD5230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5230; }

 p { color: rgb(189,82,48); }

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

background-color css

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

 a { background-color: rgb(189,82,48); }

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

border-color css

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

 span { border-color: rgb(189,82,48); }

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