Html Css Color HEX #B69914 Buddha Gold

📋 copy color: '#B69914'

red 182 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #B69914

Tints of Buddha Gold #B69914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

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

R = 51.27%
G = 43.1%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B69914 (or 0xB69914) is known color: Buddha Gold. HEX triplet: B6, 99 and 14. RGB value is (182,153,20). Sum of RGB (Red+Green+Blue) = 182+153+20=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B69914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69914 is #4966EB. Grayscale: #939393. Windows color (decimal): -4810476 or 1350070. OLE color: 1350070.

HSL color Cylindrical-coordinate representation of color #B69914: hue angle of 49.26º 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 #B69914 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 20 -
CMYK 0 0.16 0.89 0.29
HSL 49.26º 0.8% 0.4% -
HSV(B) 49.26º 0.89% 0.71% -
XYZ 30.81 32.78 5.36 -
YUV 146.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 182 153 20 0 0.16 0.89 0.29 49.26 0.8 0.4
Hex B6 99 14 0 10 59 1D 31 50 28
Octal 266 231 24 0 20 131 35 61 120 50
Binary 10110110 10011001 10100 0 10000 1011001 11101 110001 1010000 101000

Color Harmonies of #B69914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69914

Black with #B69914

Text Example


Text Example

White with #B69914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69914; }

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

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

background-color css

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

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

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

border-color css

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

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

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