Html Css Color HEX #B69A0E Buddha Gold

📋 copy color: '#B69A0E'

red 182 ◦ green 154 ◦ blue 14

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

Shades of Buddha Gold #B69A0E

Tints of Buddha Gold #B69A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 52%
G = 44%
B = 4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B69A0E (or 0xB69A0E) is known color: Buddha Gold. HEX triplet: B6, 9A and 0E. RGB value is (182,154,14). Sum of RGB (Red+Green+Blue) = 182+154+14=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69A0E is #4965F1. Grayscale: #939393. Windows color (decimal): -4810226 or 957110. OLE color: 957110.

HSL color Cylindrical-coordinate representation of color #B69A0E: hue angle of 50º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B69A0E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 14 -
CMYK 0 0.15 0.92 0.29
HSL 50º 0.86% 0.38% -
HSV(B) 50º 0.92% 0.71% -
XYZ 30.93 33.09 5.17 -
YUV 146.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 182 154 14 0 0.15 0.92 0.29 50 0.86 0.38
Hex B6 9A E 0 F 5C 1D 32 56 26
Octal 266 232 16 0 17 134 35 62 126 46
Binary 10110110 10011010 1110 0 1111 1011100 11101 110010 1010110 100110

Color Harmonies of #B69A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A0E

Black with #B69A0E

Text Example


Text Example

White with #B69A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A0E; }

 p { color: rgb(182,154,14); }

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

background-color css

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

 a { background-color: rgb(182,154,14); }

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

border-color css

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

 span { border-color: rgb(182,154,14); }

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