Html Css Color HEX #B69A1E Buddha Gold

📋 copy color: '#B69A1E'

red 182 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #B69A1E

Tints of Buddha Gold #B69A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 49.73%
G = 42.08%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B69A1E (or 0xB69A1E) is known color: Buddha Gold. HEX triplet: B6, 9A and 1E. RGB value is (182,154,30). Sum of RGB (Red+Green+Blue) = 182+154+30=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A1E is #4965E1. Grayscale: #949494. Windows color (decimal): -4810210 or 2005686. OLE color: 2005686.

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

Color convert

RGB 182 154 30 -
CMYK 0 0.15 0.84 0.29
HSL 48.95º 0.72% 0.42% -
HSV(B) 48.95º 0.84% 0.71% -
XYZ 31.08 33.15 5.99 -
YUV 148.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 182 154 30 0 0.15 0.84 0.29 48.95 0.72 0.42
Hex B6 9A 1E 0 F 54 1D 31 48 2A
Octal 266 232 36 0 17 124 35 61 110 52
Binary 10110110 10011010 11110 0 1111 1010100 11101 110001 1001000 101010

Color Harmonies of #B69A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A1E

Black with #B69A1E

Text Example


Text Example

White with #B69A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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