Html Css Color HEX #B69314 Buddha Gold

📋 copy color: '#B69314'

red 182 ◦ green 147 ◦ blue 20

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

Shades of Buddha Gold #B69314

Tints of Buddha Gold #B69314

RGB

 RED value IS 182 (71.48% from 255) = 52.15%

 GREEN value IS 147 (57.81% from 255) = 42.12%

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 52.15%
G = 42.12%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B69314 (or 0xB69314) is known color: Buddha Gold. HEX triplet: B6, 93 and 14. RGB value is (182,147,20). Sum of RGB (Red+Green+Blue) = 182+147+20=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B69314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69314 is #496CEB. Grayscale: #8F8F8F. Windows color (decimal): -4812012 or 1348534. OLE color: 1348534.

HSL color Cylindrical-coordinate representation of color #B69314: hue angle of 47.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B69314 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 20 -
CMYK 0 0.19 0.89 0.29
HSL 47.04º 0.8% 0.4% -
HSV(B) 47.04º 0.89% 0.71% -
XYZ 29.85 30.86 5.05 -
YUV 142.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 182 147 20 0 0.19 0.89 0.29 47.04 0.8 0.4
Hex B6 93 14 0 13 59 1D 2F 50 28
Octal 266 223 24 0 23 131 35 57 120 50
Binary 10110110 10010011 10100 0 10011 1011001 11101 101111 1010000 101000

Color Harmonies of #B69314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69314

Black with #B69314

Text Example


Text Example

White with #B69314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69314; }

 p { color: rgb(182,147,20); }

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

background-color css

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

 a { background-color: rgb(182,147,20); }

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

border-color css

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

 span { border-color: rgb(182,147,20); }

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