Html Css Color HEX #BDA56B Laser

📋 copy color: '#BDA56B'

red 189 ◦ green 165 ◦ blue 107

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

Shades of Laser #BDA56B

Tints of Laser #BDA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 41%
G = 35.79%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BDA56B (or 0xBDA56B) is known color: Laser. HEX triplet: BD, A5 and 6B. RGB value is (189,165,107). Sum of RGB (Red+Green+Blue) = 189+165+107=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56B is #425A94. Grayscale: #A5A5A5. Windows color (decimal): -4348565 or 7054781. OLE color: 7054781.

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

Color convert

RGB 189 165 107 -
CMYK 0 0.13 0.43 0.26
HSL 42.44º 0.38% 0.58% -
HSV(B) 42.44º 0.43% 0.74% -
XYZ 37.1 38.79 19.44 -
YUV 165.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 189 165 107 0 0.13 0.43 0.26 42.44 0.38 0.58
Hex BD A5 6B 0 D 2B 1A 2A 26 3A
Octal 275 245 153 0 15 53 32 52 46 72
Binary 10111101 10100101 1101011 0 1101 101011 11010 101010 100110 111010

Color Harmonies of #BDA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA56B

Black with #BDA56B

Text Example


Text Example

White with #BDA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA56B; }

 p { color: rgb(189,165,107); }

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

background-color css

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

 a { background-color: rgb(189,165,107); }

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

border-color css

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

 span { border-color: rgb(189,165,107); }

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