Html Css Color HEX #BDA667 Laser

📋 copy color: '#BDA667'

red 189 ◦ green 166 ◦ blue 103

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

Shades of Laser #BDA667

Tints of Laser #BDA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 103 (40.63% from 255) = 22.49%

R = 41.27%
G = 36.24%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA667 (or 0xBDA667) is known color: Laser. HEX triplet: BD, A6 and 67. RGB value is (189,166,103). Sum of RGB (Red+Green+Blue) = 189+166+103=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA667 is #425998. Grayscale: #A5A5A5. Windows color (decimal): -4348313 or 6792893. OLE color: 6792893.

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

Color convert

RGB 189 166 103 -
CMYK 0 0.12 0.46 0.26
HSL 43.95º 0.39% 0.57% -
HSV(B) 43.95º 0.46% 0.74% -
XYZ 37.07 39.07 18.42 -
YUV 165.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 189 166 103 0 0.12 0.46 0.26 43.95 0.39 0.57
Hex BD A6 67 0 C 2E 1A 2C 27 39
Octal 275 246 147 0 14 56 32 54 47 71
Binary 10111101 10100110 1100111 0 1100 101110 11010 101100 100111 111001

Color Harmonies of #BDA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA667

Black with #BDA667

Text Example


Text Example

White with #BDA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA667; }

 p { color: rgb(189,166,103); }

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

background-color css

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

 a { background-color: rgb(189,166,103); }

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

border-color css

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

 span { border-color: rgb(189,166,103); }

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