Html Css Color HEX #BD5C4B Flame Pea

📋 copy color: '#BD5C4B'

red 189 ◦ green 92 ◦ blue 75

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

Shades of Flame Pea #BD5C4B

Tints of Flame Pea #BD5C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 53.09%
G = 25.84%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD5C4B (or 0xBD5C4B) is known color: Flame Pea. HEX triplet: BD, 5C and 4B. RGB value is (189,92,75). Sum of RGB (Red+Green+Blue) = 189+92+75=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C4B is #42A3B4. Grayscale: #777777. Windows color (decimal): -4367285 or 4938941. OLE color: 4938941.

HSL color Cylindrical-coordinate representation of color #BD5C4B: hue angle of 8.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5C4B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 92 75 -
CMYK 0 0.51 0.60 0.26
HSL 8.95º 0.46% 0.52% -
HSV(B) 8.95º 0.6% 0.74% -
XYZ 26.08 18.98 8.95 -
YUV 119.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 189 92 75 0 0.51 0.60 0.26 8.95 0.46 0.52
Hex BD 5C 4B 0 33 3C 1A 9 2E 34
Octal 275 134 113 0 63 74 32 11 56 64
Binary 10111101 1011100 1001011 0 110011 111100 11010 1001 101110 110100

Color Harmonies of #BD5C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C4B

Black with #BD5C4B

Text Example


Text Example

White with #BD5C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C4B; }

 p { color: rgb(189,92,75); }

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

background-color css

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

 a { background-color: rgb(189,92,75); }

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

border-color css

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

 span { border-color: rgb(189,92,75); }

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