Html Css Color HEX #B69E0A Buddha Gold

📋 copy color: '#B69E0A'

red 182 ◦ green 158 ◦ blue 10

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

Shades of Buddha Gold #B69E0A

Tints of Buddha Gold #B69E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.86%

R = 52%
G = 45.14%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B69E0A (or 0xB69E0A) is known color: Buddha Gold. HEX triplet: B6, 9E and 0A. RGB value is (182,158,10). Sum of RGB (Red+Green+Blue) = 182+158+10=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69E0A is #4961F5. Grayscale: #949494. Windows color (decimal): -4809206 or 695990. OLE color: 695990.

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

Color convert

RGB 182 158 10 -
CMYK 0 0.13 0.95 0.29
HSL 51.63º 0.9% 0.38% -
HSV(B) 51.63º 0.95% 0.71% -
XYZ 31.57 34.42 5.27 -
YUV 148.3 49.95 152.03 -
System Red Green Blue C M Y K H S L
Decimal 182 158 10 0 0.13 0.95 0.29 51.63 0.9 0.38
Hex B6 9E A 0 D 5F 1D 34 5A 26
Octal 266 236 12 0 15 137 35 64 132 46
Binary 10110110 10011110 1010 0 1101 1011111 11101 110100 1011010 100110

Color Harmonies of #B69E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E0A

Black with #B69E0A

Text Example


Text Example

White with #B69E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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