Html Css Color HEX #BDA360 Laser

📋 copy color: '#BDA360'

red 189 ◦ green 163 ◦ blue 96

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

Shades of Laser #BDA360

Tints of Laser #BDA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.38%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 42.19%
G = 36.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDA360 (or 0xBDA360) is known color: Laser. HEX triplet: BD, A3 and 60. RGB value is (189,163,96). Sum of RGB (Red+Green+Blue) = 189+163+96=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA360 is #425C9F. Grayscale: #A3A3A3. Windows color (decimal): -4349088 or 6333373. OLE color: 6333373.

HSL color Cylindrical-coordinate representation of color #BDA360: hue angle of 43.23º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDA360 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 96 -
CMYK 0 0.14 0.49 0.26
HSL 43.23º 0.41% 0.56% -
HSV(B) 43.23º 0.49% 0.74% -
XYZ 36.19 37.86 16.47 -
YUV 163.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 189 163 96 0 0.14 0.49 0.26 43.23 0.41 0.56
Hex BD A3 60 0 E 31 1A 2B 29 38
Octal 275 243 140 0 16 61 32 53 51 70
Binary 10111101 10100011 1100000 0 1110 110001 11010 101011 101001 111000

Color Harmonies of #BDA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA360

Black with #BDA360

Text Example


Text Example

White with #BDA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA360; }

 p { color: rgb(189,163,96); }

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

background-color css

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

 a { background-color: rgb(189,163,96); }

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

border-color css

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

 span { border-color: rgb(189,163,96); }

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