Html Css Color HEX #BDA367 Laser

📋 copy color: '#BDA367'

red 189 ◦ green 163 ◦ blue 103

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

Shades of Laser #BDA367

Tints of Laser #BDA367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

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

R = 41.54%
G = 35.82%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BDA367 (or 0xBDA367) is known color: Laser. HEX triplet: BD, A3 and 67. RGB value is (189,163,103). Sum of RGB (Red+Green+Blue) = 189+163+103=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 103 (40.62% from 255 or 22.64% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA367 is #425C98. Grayscale: #A4A4A4. Windows color (decimal): -4349081 or 6792125. OLE color: 6792125.

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

Color convert

RGB 189 163 103 -
CMYK 0 0.14 0.46 0.26
HSL 41.86º 0.39% 0.57% -
HSV(B) 41.86º 0.46% 0.74% -
XYZ 36.53 37.99 18.24 -
YUV 163.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 189 163 103 0 0.14 0.46 0.26 41.86 0.39 0.57
Hex BD A3 67 0 E 2E 1A 2A 27 39
Octal 275 243 147 0 16 56 32 52 47 71
Binary 10111101 10100011 1100111 0 1110 101110 11010 101010 100111 111001

Color Harmonies of #BDA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA367

Black with #BDA367

Text Example


Text Example

White with #BDA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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