Html Css Color HEX #BDA05B Laser

📋 copy color: '#BDA05B'

red 189 ◦ green 160 ◦ blue 91

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

Shades of Laser #BDA05B

Tints of Laser #BDA05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.36%

 BLUE value IS 91 (35.94% from 255) = 20.68%

R = 42.95%
G = 36.36%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA05B (or 0xBDA05B) is known color: Laser. HEX triplet: BD, A0 and 5B. RGB value is (189,160,91). Sum of RGB (Red+Green+Blue) = 189+160+91=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA05B is #425FA4. Grayscale: #A1A1A1. Windows color (decimal): -4349861 or 6004925. OLE color: 6004925.

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

Color convert

RGB 189 160 91 -
CMYK 0 0.15 0.52 0.26
HSL 42.24º 0.43% 0.55% -
HSV(B) 42.24º 0.52% 0.74% -
XYZ 35.45 36.72 15.12 -
YUV 160.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 189 160 91 0 0.15 0.52 0.26 42.24 0.43 0.55
Hex BD A0 5B 0 F 34 1A 2A 2B 37
Octal 275 240 133 0 17 64 32 52 53 67
Binary 10111101 10100000 1011011 0 1111 110100 11010 101010 101011 110111

Color Harmonies of #BDA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA05B

Black with #BDA05B

Text Example


Text Example

White with #BDA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA05B; }

 p { color: rgb(189,160,91); }

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

background-color css

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

 a { background-color: rgb(189,160,91); }

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

border-color css

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

 span { border-color: rgb(189,160,91); }

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