Html Css Color HEX #B69E00 Buddha Gold

📋 copy color: '#B69E00'

red 182 ◦ green 158 ◦ blue 0

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

Shades of Buddha Gold #B69E00

Tints of Buddha Gold #B69E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.53%
G = 46.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B69E00 (or 0xB69E00) is known color: Buddha Gold. HEX triplet: B6, 9E and 00. RGB value is (182,158,0). Sum of RGB (Red+Green+Blue) = 182+158+0=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69E00 is #4961FF. Grayscale: #939393. Windows color (decimal): -4809216 or 40630. OLE color: 40630.

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

Color convert

RGB 182 158 0 -
CMYK 0 0.13 1 0.29
HSL 52.09º 1% 0.36% -
HSV(B) 52.09º 1% 0.71% -
XYZ 31.52 34.4 4.98 -
YUV 147.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 182 158 0 0 0.13 1 0.29 52.09 1 0.36
Hex B6 9E 0 0 D 64 1D 34 64 24
Octal 266 236 0 0 15 144 35 64 144 44
Binary 10110110 10011110 0 0 1101 1100100 11101 110100 1100100 100100

Color Harmonies of #B69E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E00

Black with #B69E00

Text Example


Text Example

White with #B69E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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