Html Css Color HEX #B69E14 Buddha Gold

📋 copy color: '#B69E14'

red 182 ◦ green 158 ◦ blue 20

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

Shades of Buddha Gold #B69E14

Tints of Buddha Gold #B69E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.89%

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

R = 50.56%
G = 43.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B69E14 (or 0xB69E14) is known color: Buddha Gold. HEX triplet: B6, 9E and 14. RGB value is (182,158,20). Sum of RGB (Red+Green+Blue) = 182+158+20=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69E14 is #4961EB. Grayscale: #969696. Windows color (decimal): -4809196 or 1351350. OLE color: 1351350.

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

Color convert

RGB 182 158 20 -
CMYK 0 0.13 0.89 0.29
HSL 51.11º 0.8% 0.4% -
HSV(B) 51.11º 0.89% 0.71% -
XYZ 31.64 34.45 5.64 -
YUV 149.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 182 158 20 0 0.13 0.89 0.29 51.11 0.8 0.4
Hex B6 9E 14 0 D 59 1D 33 50 28
Octal 266 236 24 0 15 131 35 63 120 50
Binary 10110110 10011110 10100 0 1101 1011001 11101 110011 1010000 101000

Color Harmonies of #B69E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E14

Black with #B69E14

Text Example


Text Example

White with #B69E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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