Html Css Color HEX #B7A30F Buddha Gold

📋 copy color: '#B7A30F'

red 183 ◦ green 163 ◦ blue 15

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

Shades of Buddha Gold #B7A30F

Tints of Buddha Gold #B7A30F

RGB

 RED value IS 183 (71.88% from 255) = 50.69%

 GREEN value IS 163 (64.06% from 255) = 45.15%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 50.69%
G = 45.15%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7A30F (or 0xB7A30F) is known color: Buddha Gold. HEX triplet: B7, A3 and 0F. RGB value is (183,163,15). Sum of RGB (Red+Green+Blue) = 183+163+15=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A30F is #485CF0. Grayscale: #989898. Windows color (decimal): -4742385 or 1024951. OLE color: 1024951.

HSL color Cylindrical-coordinate representation of color #B7A30F: hue angle of 52.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7A30F is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 163 15 -
CMYK 0 0.11 0.92 0.28
HSL 52.86º 0.85% 0.39% -
HSV(B) 52.86º 0.92% 0.72% -
XYZ 32.71 36.3 5.73 -
YUV 152.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 183 163 15 0 0.11 0.92 0.28 52.86 0.85 0.39
Hex B7 A3 F 0 B 5C 1C 35 55 27
Octal 267 243 17 0 13 134 34 65 125 47
Binary 10110111 10100011 1111 0 1011 1011100 11100 110101 1010101 100111

Color Harmonies of #B7A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A30F

Black with #B7A30F

Text Example


Text Example

White with #B7A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A30F; }

 p { color: rgb(183,163,15); }

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

background-color css

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

 a { background-color: rgb(183,163,15); }

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

border-color css

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

 span { border-color: rgb(183,163,15); }

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