Html Css Color HEX #BDA265 Laser

📋 copy color: '#BDA265'

red 189 ◦ green 162 ◦ blue 101

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

Shades of Laser #BDA265

Tints of Laser #BDA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 41.81%
G = 35.84%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BDA265 (or 0xBDA265) is known color: Laser. HEX triplet: BD, A2 and 65. RGB value is (189,162,101). Sum of RGB (Red+Green+Blue) = 189+162+101=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA265 is #425D9A. Grayscale: #A3A3A3. Windows color (decimal): -4349339 or 6660797. OLE color: 6660797.

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

Color convert

RGB 189 162 101 -
CMYK 0 0.14 0.47 0.26
HSL 41.59º 0.4% 0.57% -
HSV(B) 41.59º 0.47% 0.74% -
XYZ 36.26 37.6 17.66 -
YUV 163.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 189 162 101 0 0.14 0.47 0.26 41.59 0.4 0.57
Hex BD A2 65 0 E 2F 1A 2A 28 39
Octal 275 242 145 0 16 57 32 52 50 71
Binary 10111101 10100010 1100101 0 1110 101111 11010 101010 101000 111001

Color Harmonies of #BDA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA265

Black with #BDA265

Text Example


Text Example

White with #BDA265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA265; }

 p { color: rgb(189,162,101); }

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

background-color css

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

 a { background-color: rgb(189,162,101); }

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

border-color css

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

 span { border-color: rgb(189,162,101); }

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