Html Css Color HEX #BDA15C Laser

📋 copy color: '#BDA15C'

red 189 ◦ green 161 ◦ blue 92

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

Shades of Laser #BDA15C

Tints of Laser #BDA15C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 92 (36.33% from 255) = 20.81%

R = 42.76%
G = 36.43%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BDA15C (or 0xBDA15C) is known color: Laser. HEX triplet: BD, A1 and 5C. RGB value is (189,161,92). Sum of RGB (Red+Green+Blue) = 189+161+92=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA15C is #425EA3. Grayscale: #A1A1A1. Windows color (decimal): -4349604 or 6070717. OLE color: 6070717.

HSL color Cylindrical-coordinate representation of color #BDA15C: hue angle of 42.68º 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 #BDA15C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 92 -
CMYK 0 0.15 0.51 0.26
HSL 42.68º 0.42% 0.55% -
HSV(B) 42.68º 0.51% 0.74% -
XYZ 35.66 37.08 15.4 -
YUV 161.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 189 161 92 0 0.15 0.51 0.26 42.68 0.42 0.55
Hex BD A1 5C 0 F 33 1A 2B 2A 37
Octal 275 241 134 0 17 63 32 53 52 67
Binary 10111101 10100001 1011100 0 1111 110011 11010 101011 101010 110111

Color Harmonies of #BDA15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA15C

Black with #BDA15C

Text Example


Text Example

White with #BDA15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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