Html Css Color HEX #BFA308 Buddha Gold

📋 copy color: '#BFA308'

red 191 ◦ green 163 ◦ blue 8

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

Shades of Buddha Gold #BFA308

Tints of Buddha Gold #BFA308

RGB

 RED value IS 191 (75% from 255) = 52.76%

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

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 52.76%
G = 45.03%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFA308 (or 0xBFA308) is known color: Buddha Gold. HEX triplet: BF, A3 and 08. RGB value is (191,163,8). Sum of RGB (Red+Green+Blue) = 191+163+8=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA308 is #405CF7. Grayscale: #9A9A9A. Windows color (decimal): -4218104 or 566207. OLE color: 566207.

HSL color Cylindrical-coordinate representation of color #BFA308: hue angle of 50.82º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFA308 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 163 8 -
CMYK 0 0.15 0.96 0.25
HSL 50.82º 0.92% 0.39% -
HSV(B) 50.82º 0.96% 0.75% -
XYZ 34.63 37.29 5.6 -
YUV 153.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 191 163 8 0 0.15 0.96 0.25 50.82 0.92 0.39
Hex BF A3 8 0 F 60 19 33 5C 27
Octal 277 243 10 0 17 140 31 63 134 47
Binary 10111111 10100011 1000 0 1111 1100000 11001 110011 1011100 100111

Color Harmonies of #BFA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA308

Black with #BFA308

Text Example


Text Example

White with #BFA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA308; }

 p { color: rgb(191,163,8); }

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

background-color css

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

 a { background-color: rgb(191,163,8); }

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

border-color css

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

 span { border-color: rgb(191,163,8); }

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