Html Css Color HEX #BD675D Sunglo

📋 copy color: '#BD675D'

red 189 ◦ green 103 ◦ blue 93

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

Shades of Sunglo #BD675D

Tints of Sunglo #BD675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 93 (36.72% from 255) = 24.16%

R = 49.09%
G = 26.75%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD675D (or 0xBD675D) is known color: Sunglo. HEX triplet: BD, 67 and 5D. RGB value is (189,103,93). Sum of RGB (Red+Green+Blue) = 189+103+93=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD675D is #4298A2. Grayscale: #7F7F7F. Windows color (decimal): -4364451 or 6121405. OLE color: 6121405.

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

Color convert

RGB 189 103 93 -
CMYK 0 0.46 0.51 0.26
HSL 6.25º 0.42% 0.55% -
HSV(B) 6.25º 0.51% 0.74% -
XYZ 27.81 21.31 13 -
YUV 127.57 108.49 171.81 -
System Red Green Blue C M Y K H S L
Decimal 189 103 93 0 0.46 0.51 0.26 6.25 0.42 0.55
Hex BD 67 5D 0 2E 33 1A 6 2A 37
Octal 275 147 135 0 56 63 32 6 52 67
Binary 10111101 1100111 1011101 0 101110 110011 11010 110 101010 110111

Color Harmonies of #BD675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD675D

Black with #BD675D

Text Example


Text Example

White with #BD675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD675D; }

 p { color: rgb(189,103,93); }

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

background-color css

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

 a { background-color: rgb(189,103,93); }

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

border-color css

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

 span { border-color: rgb(189,103,93); }

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