Html Css Color HEX #BDA25B Laser

📋 copy color: '#BDA25B'

red 189 ◦ green 162 ◦ blue 91

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

Shades of Laser #BDA25B

Tints of Laser #BDA25B

RGB

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

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

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

R = 42.76%
G = 36.65%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDA25B (or 0xBDA25B) is known color: Laser. HEX triplet: BD, A2 and 5B. RGB value is (189,162,91). Sum of RGB (Red+Green+Blue) = 189+162+91=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA25B is #425DA4. Grayscale: #A2A2A2. Windows color (decimal): -4349349 or 6005437. OLE color: 6005437.

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

Color convert

RGB 189 162 91 -
CMYK 0 0.14 0.52 0.26
HSL 43.47º 0.43% 0.55% -
HSV(B) 43.47º 0.52% 0.74% -
XYZ 35.79 37.41 15.23 -
YUV 161.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 189 162 91 0 0.14 0.52 0.26 43.47 0.43 0.55
Hex BD A2 5B 0 E 34 1A 2B 2B 37
Octal 275 242 133 0 16 64 32 53 53 67
Binary 10111101 10100010 1011011 0 1110 110100 11010 101011 101011 110111

Color Harmonies of #BDA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA25B

Black with #BDA25B

Text Example


Text Example

White with #BDA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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