Html Css Color HEX #BD8E1A Buddha Gold

📋 copy color: '#BD8E1A'

red 189 ◦ green 142 ◦ blue 26

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

Shades of Buddha Gold #BD8E1A

Tints of Buddha Gold #BD8E1A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 52.94%
G = 39.78%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8E1A (or 0xBD8E1A) is known color: Buddha Gold. HEX triplet: BD, 8E and 1A. RGB value is (189,142,26). Sum of RGB (Red+Green+Blue) = 189+142+26=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E1A is #4271E5. Grayscale: #8F8F8F. Windows color (decimal): -4354534 or 1740477. OLE color: 1740477.

HSL color Cylindrical-coordinate representation of color #BD8E1A: hue angle of 42.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD8E1A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 26 -
CMYK 0 0.25 0.86 0.26
HSL 42.7º 0.76% 0.42% -
HSV(B) 42.7º 0.86% 0.74% -
XYZ 30.85 30.24 5.19 -
YUV 142.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 189 142 26 0 0.25 0.86 0.26 42.7 0.76 0.42
Hex BD 8E 1A 0 19 56 1A 2B 4C 2A
Octal 275 216 32 0 31 126 32 53 114 52
Binary 10111101 10001110 11010 0 11001 1010110 11010 101011 1001100 101010

Color Harmonies of #BD8E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E1A

Black with #BD8E1A

Text Example


Text Example

White with #BD8E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E1A; }

 p { color: rgb(189,142,26); }

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

background-color css

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

 a { background-color: rgb(189,142,26); }

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

border-color css

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

 span { border-color: rgb(189,142,26); }

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