Html Css Color HEX #BD921C Buddha Gold

📋 copy color: '#BD921C'

red 189 ◦ green 146 ◦ blue 28

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

Shades of Buddha Gold #BD921C

Tints of Buddha Gold #BD921C

RGB

 RED value IS 189 (74.22% from 255) = 52.07%

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 28 (11.33% from 255) = 7.71%

R = 52.07%
G = 40.22%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD921C (or 0xBD921C) is known color: Buddha Gold. HEX triplet: BD, 92 and 1C. RGB value is (189,146,28). Sum of RGB (Red+Green+Blue) = 189+146+28=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD921C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD921C is #426DE3. Grayscale: #919191. Windows color (decimal): -4353508 or 1872573. OLE color: 1872573.

HSL color Cylindrical-coordinate representation of color #BD921C: hue angle of 43.98º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD921C is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 146 28 -
CMYK 0 0.23 0.85 0.26
HSL 43.98º 0.74% 0.43% -
HSV(B) 43.98º 0.85% 0.74% -
XYZ 31.47 31.46 5.51 -
YUV 145.41 61.75 159.09 -
System Red Green Blue C M Y K H S L
Decimal 189 146 28 0 0.23 0.85 0.26 43.98 0.74 0.43
Hex BD 92 1C 0 17 55 1A 2C 4A 2B
Octal 275 222 34 0 27 125 32 54 112 53
Binary 10111101 10010010 11100 0 10111 1010101 11010 101100 1001010 101011

Color Harmonies of #BD921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD921C

Black with #BD921C

Text Example


Text Example

White with #BD921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD921C; }

 p { color: rgb(189,146,28); }

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

background-color css

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

 a { background-color: rgb(189,146,28); }

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

border-color css

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

 span { border-color: rgb(189,146,28); }

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